]> git.pld-linux.org Git - packages/bofh.git/commitdiff
- initial release
authoralchemyx <alchemyx@pld-linux.org>
Tue, 26 Feb 2002 00:44:06 +0000 (00:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bofh.spec -> 1.1

bofh.spec [new file with mode: 0644]

diff --git a/bofh.spec b/bofh.spec
new file mode 100644 (file)
index 0000000..d5fc692
--- /dev/null
+++ b/bofh.spec
@@ -0,0 +1,43 @@
+Summary:       Console utility for maintaing user accounts
+Summary(pl):   Konsolowe narzêdzie do zarz±dzania kontami u¿ytkowników
+Name:          bofh
+Version:       0.1
+Release:       0
+License:       GPL
+Group:         Applications/Console
+Source:                ftp://morgoth.uznam.net.pl/bofh/%{name}-%{version}.tar.gz
+Requires:      dml
+Requires:      grep
+Requires:      shadow
+Requires:      textutils
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+It is a utility that lets you maintain user accounts easily. Currently
+it supports adding, removing and modyfing accounts. It has nice, DML-based
+interface.
+
+
+%description -l pl
+Jest to narzêdzie, które pozwala na ³atwe zarz±dzanie kontami u¿ytkowników.
+Aktualnie pozwala na ich usuwanie, dodawanie oraz poprawianie. Posiada ³adny,
+oparty na DMLu interfejs.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./install.sh DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir}/bofh sbindir=%{_sbindir}
+
+gzip -9nf README ChangeLog TODO 
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%doc *.gz
+%defattr(644,root,root,755)
+%attr(755,root,root) /usr/sbin/bofh
+/usr/lib/bofh
This page took 0.040131 seconds and 4 git commands to generate.