busybox/examples/busybox.spec

45 lines
1.2 KiB
RPMSpec
Raw Normal View History

%define name busybox
%define epoch 0
2001-08-22 09:46:36 +05:30
%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 21:54:54 +05:30
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 17:11:37 +05:30
Packager : Erik Andersen <andersen@codepoet.org>
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
1999-10-05 21:54:54 +05:30
%defattr(-,root,root)
/