]> git.pld-linux.org Git - packages/clex.git/commitdiff
- oh, written another spec...
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 24 Feb 2002 00:22:22 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- very small, but useful file manager

Changed files:
    clex.spec -> 1.1

clex.spec [new file with mode: 0644]

diff --git a/clex.spec b/clex.spec
new file mode 100644 (file)
index 0000000..eb439de
--- /dev/null
+++ b/clex.spec
@@ -0,0 +1,47 @@
+Summary:       A file mananger
+Summary(pl):   Mened¿er plików
+Name:          clex
+Version:       3.1.0
+Release:       1
+License:       GPL
+Group:         Console/Utilitiles
+Source0:       http://www.clex.sk/download/%{name}-%{version}.tar.gz
+URL:           http://www.clex.sk
+BuildRequires: ncurses-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CLEX is an interactive full-screen file manager.
+
+%description -l pl
+CLEX jest interaktywnym, pe³noekranowym mened¿erem plików.
+
+%prep
+%setup  -q
+
+%build
+aclocal
+autoconf
+automake -a -c
+CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf ChangeLog
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/clex
+%{_mandir}/man*/*
This page took 0.057557 seconds and 4 git commands to generate.