Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 1 | Name: busybox |
Eric Andersen | a75e286 | 2001-04-09 22:18:14 +0000 | [diff] [blame^] | 2 | Version: 0.51 |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 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 |
Erik Andersen | de55287 | 2000-01-23 01:34:05 +0000 | [diff] [blame] | 9 | Buildroot: /tmp/%{Name}-%{Version} |
| 10 | Source: %{Name}-%{Version}.tar.gz |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 11 | |
| 12 | %Description |
Erik Andersen | e90f404 | 2000-04-21 21:53:58 +0000 | [diff] [blame] | 13 | BusyBox combines tiny versions of many common UNIX utilities into a single |
| 14 | small executable. It provides minimalist replacements for most of the utilities |
| 15 | you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, |
| 16 | tar, etc. BusyBox provides a fairly complete POSIX environment for any small |
| 17 | or emdedded system. The utilities in BusyBox generally have fewer options then |
| 18 | their full featured GNU cousins; however, the options that are provided behave |
| 19 | very much like their GNU counterparts. |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 20 | |
| 21 | %Prep |
Erik Andersen | de55287 | 2000-01-23 01:34:05 +0000 | [diff] [blame] | 22 | %setup -q -n %{Name}-%{Version} |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 23 | |
| 24 | %Build |
Erik Andersen | 05df239 | 2000-01-13 04:43:48 +0000 | [diff] [blame] | 25 | make |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 26 | |
| 27 | %Install |
| 28 | rm -rf $RPM_BUILD_ROOT |
Eric Andersen | eded54b | 1999-11-12 08:03:23 +0000 | [diff] [blame] | 29 | make PREFIX=$RPM_BUILD_ROOT install |
Eric Andersen | cc8ed39 | 1999-10-05 16:24:54 +0000 | [diff] [blame] | 30 | |
| 31 | %Clean |
| 32 | rm -rf $RPM_BUILD_ROOT |
| 33 | |
| 34 | %Files |
| 35 | %defattr(-,root,root) |
| 36 | / |