busybox/busybox.spec

37 lines
1012 B
RPMSpec
Raw Normal View History

1999-10-05 21:54:54 +05:30
Name: busybox
2000-06-22 04:20:59 +05:30
Version: 0.45
1999-10-05 21:54:54 +05:30
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 21:54:54 +05:30
%Description
2000-04-22 03:23:58 +05:30
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 21:54:54 +05:30
%Prep
%setup -q -n %{Name}-%{Version}
1999-10-05 21:54:54 +05:30
%Build
2000-01-13 10:13:48 +05:30
make
1999-10-05 21:54:54 +05:30
%Install
rm -rf $RPM_BUILD_ROOT
1999-11-12 13:33:23 +05:30
make PREFIX=$RPM_BUILD_ROOT install
1999-10-05 21:54:54 +05:30
%Clean
rm -rf $RPM_BUILD_ROOT
%Files
%defattr(-,root,root)
/