]> git.pld-linux.org Git - SPECS.git/blob - linm.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / linm.spec
1 Summary:        LinM is a visual file manager
2 Summary(hu.UTF-8):      LinM egy vizuális fájlkezelő
3 Summary(pl.UTF-8):      Tekstowy zarządca plików
4 Name:           linm
5 Version:        0.8.1
6 Release:        6
7 License:        GPL
8 Group:          Applications/Shells
9 Source0:        http://kldp.net/frs/download.php/4508/%{name}_%{version}-1.tar.gz
10 # Source0-md5:  10af8ec824b3e75d3602dad66d073655
11 Patch0:         %{name}-desktop.patch
12 URL:            http://kldp.net/projects/mls
13 # if you want to use samba
14 # BuildRequires:        samba-devel
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  ncurses-devel
17 BuildRequires:  openssl-devel
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 LinM is a visual file manager. It's a feature rich full-screen text
23 mode application that allows you to copy, move and delete files and
24 whole directory trees, search for files and run commands in the
25 subshell. LinM is best features are its ability to FTP, SFTP, view tar
26 and zip, alz files, and to poke into RPMs for specific files, and DEB
27 package.
28
29 %description -l hu.UTF-8
30 LinM egy vizuális fájlkezelő. Lehetőségek gazdag tárházát nyújtja ez a
31 teljes-képernyős, szöveges módú program, amellyel másolni, mozgatni és
32 törölni tudsz fájlokat és egész könyvtár-struktúrákat, kereshetsz
33 fájlokat és futtathatsz parancsokat egy alhéjban. LinM képes FTP-hez
34 és SFTP-hez csatlakozni, tar és zip fájlokba nézni, valamint RPM és
35 DEB csomagokba.
36
37 %description -l pl.UTF-8
38 LinM to graficzny zarządca plików. Jest to posiadająca dużą
39 funkcjonalność, działająca w trybie tekstowym pełnoekranowa aplikacja
40 pozwalająca na kopiowanie, przenoszenie i usuwanie plików oraz drzew
41 katalogów, wyszukiwanie plików i uruchamianie poleceń w podpowłoce.
42 Jedne z najlepszych funkcji LinM to obsługa protokołów FTP i SFTP oraz
43 możliwość podglądu plików tar, zip czy alz, jak również pakietów w
44 formatach RPM i DEB.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 %configure \
52         --disable-static CPPFLAGS="-I/usr/include/ncursesw"
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog NEWS README TODO
69 %attr(755,root,root) %{_bindir}/*
70 %dir %{_sysconfdir}/linm
71 %{_desktopdir}/LinM.desktop
72 %{_pixmapsdir}/linm.xpm
73 %{_sysconfdir}/linm/*
74 %{_libdir}/*
This page took 1.003567 seconds and 3 git commands to generate.