hush/busybox.spec

37 lines
1012 B
RPMSpec
Raw Normal View History

1999-10-05 16:24:54 +00:00
Name: busybox
2001-04-09 22:18:14 +00:00
Version: 0.51
1999-10-05 16:24:54 +00:00
Release: 1
Group: System/Utilities
Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
Copyright: GPL
Packager : Erik Andersen <andersen@lineo.com>
Conflicts: fileutils grep shellutils
Buildroot: /tmp/%{Name}-%{Version}
Source: %{Name}-%{Version}.tar.gz
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
%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
1999-11-12 08:03:23 +00:00
make PREFIX=$RPM_BUILD_ROOT install
1999-10-05 16:24:54 +00:00
%Clean
rm -rf $RPM_BUILD_ROOT
%Files
%defattr(-,root,root)
/