blob: beb12fea34b97e627e2cd8caae52a1e340a59a1b [file] [log] [blame]
Eric Andersencc8ed391999-10-05 16:24:54 +00001Name: busybox
Eric Andersena6cd0702000-12-20 23:22:29 +00002Version: 0.49pre
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
Erik Andersene90f4042000-04-21 21:53:58 +000013BusyBox combines tiny versions of many common UNIX utilities into a single
14small executable. It provides minimalist replacements for most of the utilities
15you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
16tar, etc. BusyBox provides a fairly complete POSIX environment for any small
17or emdedded system. The utilities in BusyBox generally have fewer options then
18their full featured GNU cousins; however, the options that are provided behave
19very much like their GNU counterparts.
Eric Andersencc8ed391999-10-05 16:24:54 +000020
21%Prep
Erik Andersende552872000-01-23 01:34:05 +000022%setup -q -n %{Name}-%{Version}
Eric Andersencc8ed391999-10-05 16:24:54 +000023
24%Build
Erik Andersen05df2392000-01-13 04:43:48 +000025make
Eric Andersencc8ed391999-10-05 16:24:54 +000026
27%Install
28rm -rf $RPM_BUILD_ROOT
Eric Anderseneded54b1999-11-12 08:03:23 +000029make PREFIX=$RPM_BUILD_ROOT install
Eric Andersencc8ed391999-10-05 16:24:54 +000030
31%Clean
32rm -rf $RPM_BUILD_ROOT
33
34%Files
35%defattr(-,root,root)
36/