]> git.pld-linux.org Git - packages/clex.git/blob - clex.spec
- massive attack: source-md5
[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
27 %build
28 mv -f autoconf.h.bot config.h.bot
29 %{__aclocal}
30 %{__autoconf}
31 %{__automake}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man*/*
This page took 0.079792 seconds and 4 git commands to generate.