blob: 03e4feb36733f535a0ce8e29ca6f1265a7b8ce5c [file] [log] [blame]
Eric Andersencc8ed391999-10-05 16:24:54 +00001Name: busybox
Erik Andersende552872000-01-23 01:34:05 +00002Version: 0.42
Eric Andersencc8ed391999-10-05 16:24:54 +00003Release: 1
4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
6Copyright: GPL
7Packager : Erik Andersen <andersen@lineo.com>
8Conflicts: fileutils grep shellutils
Erik Andersende552872000-01-23 01:34:05 +00009Buildroot: /tmp/%{Name}-%{Version}
10Source: %{Name}-%{Version}.tar.gz
Eric Andersencc8ed391999-10-05 16:24:54 +000011
12%Description
13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
Eric Andersena7093171999-10-23 05:42:08 +000014provides a pretty complete POSIX environment in a very small package.
15Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and
16an editor such as "elvis-tiny" or "ae", and you have a full system. This
17is makes an excellent environment for a "rescue" disk or any small or
18embedded system.
Eric Andersencc8ed391999-10-05 16:24:54 +000019
20%Prep
Erik Andersende552872000-01-23 01:34:05 +000021%setup -q -n %{Name}-%{Version}
Eric Andersencc8ed391999-10-05 16:24:54 +000022
23%Build
Erik Andersen05df2392000-01-13 04:43:48 +000024make
Eric Andersencc8ed391999-10-05 16:24:54 +000025
26%Install
27rm -rf $RPM_BUILD_ROOT
Eric Anderseneded54b1999-11-12 08:03:23 +000028make PREFIX=$RPM_BUILD_ROOT install
Eric Andersencc8ed391999-10-05 16:24:54 +000029
30%Clean
31rm -rf $RPM_BUILD_ROOT
32
33%Files
34%defattr(-,root,root)
35/