]> git.pld-linux.org Git - packages/clex.git/blob - clex.spec
- many small fixes, inspired by kloczek
[packages/clex.git] / clex.spec
1 Summary:        A file mananger
2 Summary(pl):    Zarz±dca plików
3 Name:           clex
4 Version:        3.1.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        http://www.clex.sk/download/%{name}-%{version}.src.tar.gz
9 # Source0-md5:  05c074491db8cbb407221e7471e84bb3
10 Patch0:         %{name}-ncurses.patch
11 URL:            http://www.clex.sk/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  ncurses-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 CLEX is an interactive full-screen file manager.
19
20 %description -l pl
21 CLEX jest interaktywnym, pe³noekranowym zarz±dc± plików.
22
23 %prep
24 %setup  -q
25 %patch0 -p1
26 mv -f autoconf.h.bot config.h.bot
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man*/*
This page took 0.042483 seconds and 4 git commands to generate.