]> git.pld-linux.org Git - packages/clex.git/blob - clex.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/clex.git] / clex.spec
1 Summary:        A file mananger
2 Summary(pl):    Mened¿er plików
3 Name:           clex
4 Version:        3.1.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        http://www.clex.sk/download/%{name}-%{version}.src.tar.gz
9 URL:            http://www.clex.sk/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 CLEX is an interactive full-screen file manager.
17
18 %description -l pl
19 CLEX jest interaktywnym, pe³noekranowym mened¿erem plików.
20
21 %prep
22 %setup  -q
23
24 %build
25 aclocal
26 %{__autoconf}
27 %{__automake}
28 CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf ChangeLog
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_bindir}/*
46 %{_datadir}/clex
47 %{_mandir}/man*/*
This page took 0.077641 seconds and 4 git commands to generate.