hush/examples/busybox.spec

45 lines
1.2 KiB
RPMSpec
Raw Normal View History

%define name busybox
%define epoch 0
2001-08-22 04:16:36 +00:00
%define version 0.61.pre
%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.
URL: http://busybox.net/
Source: ftp://busybox.net/busybox/%{name}-%{version}.tar.gz
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
%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)
/