e3fbb6d47297e65c727875e9818b6e9020d006ca
[platform/upstream/busybox.git] / busybox.spec
1 Name: busybox
2 Version: 0.35
3 Release: 1
4 Group: System/Utilities
5 Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
6 Copyright: GPL
7 Packager : Erik Andersen <andersen@lineo.com>
8 Conflicts: fileutils grep shellutils
9 Buildroot: /tmp/%{Name}-%{Version}
10 Source: %{Name}-%{Version}.tar.gz
11
12 %Description
13 BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
14 provides a pretty complete POSIX environment in a very small package.
15 Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and
16 an editor such as "elvis-tiny" or "ae", and you have a full system. This
17 is makes an excellent environment for a "rescue" disk or any small or
18 embedded system.
19
20 %Prep
21 %setup -q -n %{Name}-%{Version}
22
23 %Build
24 make
25
26 %Install
27 rm -rf $RPM_BUILD_ROOT
28 make PREFIX=$RPM_BUILD_ROOT install
29
30 %Clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %Files 
34 %defattr(-,root,root)
35 /