busybox/examples/busybox.spec

36 lines
877 B
RPMSpec
Raw Normal View History

1999-10-05 21:54:54 +05:30
Name: busybox
2000-02-19 03:04:17 +05:30
Version: 0.43
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
BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
1999-10-23 11:12:08 +05:30
provides a pretty complete POSIX environment in a very small package.
Just add a kernel, "ash" (Keith Almquists tiny Bourne shell clone), and
an editor such as "elvis-tiny" or "ae", and you have a full system. This
is makes an excellent environment for a "rescue" disk or any small or
embedded system.
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)
/