4 %define release %(date -I | sed -e 's/-/_/g')
13 Group: System/Utilities
14 Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
15 URL: http://busybox.lineo.com/
16 Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz
17 Buildroot: /var/tmp/%{name}-%{version}
18 Packager : Erik Andersen <andersen@lineo.com>
21 BusyBox combines tiny versions of many common UNIX utilities into a single
22 small executable. It provides minimalist replacements for most of the utilities
23 you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
24 tar, etc. BusyBox provides a fairly complete POSIX environment for any small
25 or emdedded system. The utilities in BusyBox generally have fewer options then
26 their full featured GNU cousins; however, the options that are provided behave
27 very much like their GNU counterparts.
30 %setup -q -n %{name}-%{version}
36 rm -rf $RPM_BUILD_ROOT
37 make PREFIX=$RPM_BUILD_ROOT install
40 rm -rf $RPM_BUILD_ROOT