blob: 78d8fa5461ad6562a455f266b0b31368a2f729cc [file] [log] [blame]
Eric Andersenf52947b2001-07-09 18:34:12 +00001%define name busybox
2%define epoch 0
Eric Andersen2a466342001-07-10 15:24:16 +00003%define version 0.53pre
Eric Andersenf52947b2001-07-09 18:34:12 +00004%define release %(date -I | sed -e 's/-/_/g')
5%define serial 1
6
7Name: %{name}
8#Epoch: %{epoch}
9Version: %{version}
10Release: %{release}
11Serial: %{serial}
12Copyright: GPL
Eric Andersencc8ed391999-10-05 16:24:54 +000013Group: System/Utilities
14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
Eric Andersenf52947b2001-07-09 18:34:12 +000015URL: http://busybox.lineo.com/
16Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz
17Buildroot: /var/tmp/%{name}-%{version}
Eric Andersencc8ed391999-10-05 16:24:54 +000018Packager : Erik Andersen <andersen@lineo.com>
Eric Andersencc8ed391999-10-05 16:24:54 +000019
20%Description
Erik Andersene90f4042000-04-21 21:53:58 +000021BusyBox combines tiny versions of many common UNIX utilities into a single
22small executable. It provides minimalist replacements for most of the utilities
23you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
24tar, etc. BusyBox provides a fairly complete POSIX environment for any small
25or emdedded system. The utilities in BusyBox generally have fewer options then
26their full featured GNU cousins; however, the options that are provided behave
27very much like their GNU counterparts.
Eric Andersencc8ed391999-10-05 16:24:54 +000028
29%Prep
Eric Andersenf52947b2001-07-09 18:34:12 +000030%setup -q -n %{name}-%{version}
Eric Andersencc8ed391999-10-05 16:24:54 +000031
32%Build
Erik Andersen05df2392000-01-13 04:43:48 +000033make
Eric Andersencc8ed391999-10-05 16:24:54 +000034
35%Install
36rm -rf $RPM_BUILD_ROOT
Eric Anderseneded54b1999-11-12 08:03:23 +000037make PREFIX=$RPM_BUILD_ROOT install
Eric Andersencc8ed391999-10-05 16:24:54 +000038
39%Clean
40rm -rf $RPM_BUILD_ROOT
41
42%Files
43%defattr(-,root,root)
44/