]> git.pld-linux.org Git - packages/clex.git/blob - clex.spec
- up to 3.18
[packages/clex.git] / clex.spec
1 Summary:        A file mananger
2 Summary(pl.UTF-8):      Zarządca plików
3 Name:           clex
4 Version:        3.18
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Terminal
8 Source0:        http://www.clex.sk/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  5547890e8cb873eab85894775e8e2d21
10 Patch0:         %{name}-ncurses.patch
11 URL:            http://www.clex.sk/about.html
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.UTF-8
21 CLEX jest interaktywnym, pełnoekranowym zarządcą plików.
22
23 %prep
24 %setup  -q
25 %patch0 -p1
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__autoheader}
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 AUTHORS ChangeLog README
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man*/*
This page took 0.085545 seconds and 3 git commands to generate.