OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / tinylogin / tinylogin.spec
1 Name: tinylogin
2 Version: 0.80
3 Release: 1
4 Group: System/Utilities
5 Summary: TinyLogin is a tiny suite of utilities for handling logins at the console.
6 Copyright: GPL
7 Packager : Erik Andersen <andersen@lineo.com>
8 Conflicts: getty shadow-utils
9 Buildroot: /tmp/%{Name}-%{Version}
10 Source: %{Name}-%{Version}.tar.gz
11
12 %Description
13 TinyLogin is a suite of tiny utilities in a multi-call binary, which
14 enables your system to handle user authentication, and setting of
15 passwords. It is a drop-in to works nicely with BusyBox (another
16 multi-call binary), and makes an excellent addition to any small or
17 embedded system.
18
19 %Prep
20 %setup -q -n %{Name}-%{Version}
21
22 %Build
23 make
24
25 %Install
26 rm -rf $RPM_BUILD_ROOT
27 PREFIX=$RPM_BUILD_ROOT make install
28
29 %Clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %Files 
33 %defattr(-,root,root)
34 /