2001-07-09 18:34:12 +00:00
|
|
|
%define name busybox
|
|
|
|
%define epoch 0
|
2001-08-22 04:16:36 +00:00
|
|
|
%define version 0.61.pre
|
2001-07-09 18:34:12 +00:00
|
|
|
%define release %(date -I | sed -e 's/-/_/g')
|
|
|
|
%define serial 1
|
|
|
|
|
|
|
|
Name: %{name}
|
|
|
|
#Epoch: %{epoch}
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}
|
|
|
|
Serial: %{serial}
|
|
|
|
Copyright: GPL
|
1999-10-05 16:24:54 +00:00
|
|
|
Group: System/Utilities
|
|
|
|
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
|
2001-12-08 01:56:15 +00:00
|
|
|
URL: http://busybox.net/
|
|
|
|
Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz
|
2001-07-09 18:34:12 +00:00
|
|
|
Buildroot: /var/tmp/%{name}-%{version}
|
2001-11-20 11:41:37 +00:00
|
|
|
Packager : Erik Andersen <andersen@codepoet.org>
|
1999-10-05 16:24:54 +00:00
|
|
|
|
|
|
|
%Description
|
2000-04-21 21:53:58 +00:00
|
|
|
BusyBox combines tiny versions of many common UNIX utilities into a single
|
|
|
|
small executable. It provides minimalist replacements for most of the utilities
|
|
|
|
you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
|
|
|
|
tar, etc. BusyBox provides a fairly complete POSIX environment for any small
|
|
|
|
or emdedded system. The utilities in BusyBox generally have fewer options then
|
|
|
|
their full featured GNU cousins; however, the options that are provided behave
|
|
|
|
very much like their GNU counterparts.
|
1999-10-05 16:24:54 +00:00
|
|
|
|
|
|
|
%Prep
|
2001-07-09 18:34:12 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
1999-10-05 16:24:54 +00:00
|
|
|
|
|
|
|
%Build
|
2000-01-13 04:43:48 +00:00
|
|
|
make
|
1999-10-05 16:24:54 +00:00
|
|
|
|
|
|
|
%Install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-02-03 17:29:14 +00:00
|
|
|
make CONFIG_PREFIX=$RPM_BUILD_ROOT install
|
1999-10-05 16:24:54 +00:00
|
|
|
|
|
|
|
%Clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-03-15 08:29:22 +00:00
|
|
|
%Files
|
1999-10-05 16:24:54 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
/
|