aboutsummaryrefslogtreecommitdiff
path: root/examples/busybox.spec
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-09 18:34:12 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-09 18:34:12 +0000
commitf52947ba71cafc771a5858ee2347f31e724376fc (patch)
treefe71b3d54b65f9a0430a66990981c6fe92cf3251 /examples/busybox.spec
parentaa64ba459f2e77d30f73dfaf0512c97cd1ce9f14 (diff)
downloadbusybox-w32-f52947ba71cafc771a5858ee2347f31e724376fc.tar.gz
busybox-w32-f52947ba71cafc771a5858ee2347f31e724376fc.tar.bz2
busybox-w32-f52947ba71cafc771a5858ee2347f31e724376fc.zip
Fix the spec file so it works on redhat systems. At least I think
it will work on redhat. At least it now works on my Debian box... -Erik
Diffstat (limited to 'examples/busybox.spec')
-rw-r--r--examples/busybox.spec24
1 files changed, 16 insertions, 8 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec
index d1aea5f8c..f3c2b734d 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -1,13 +1,21 @@
1Name: busybox 1%define name busybox
2Version: 0.52 2%define epoch 0
3Release: 1 3%define version 0.52
4%define release %(date -I | sed -e 's/-/_/g')
5%define serial 1
6
7Name: %{name}
8#Epoch: %{epoch}
9Version: %{version}
10Release: %{release}
11Serial: %{serial}
12Copyright: GPL
4Group: System/Utilities 13Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 14Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
6Copyright: GPL 15URL: http://busybox.lineo.com/
16Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz
17Buildroot: /var/tmp/%{name}-%{version}
7Packager : Erik Andersen <andersen@lineo.com> 18Packager : Erik Andersen <andersen@lineo.com>
8Conflicts: fileutils grep shellutils
9Buildroot: /tmp/%{Name}-%{Version}
10Source: %{Name}-%{Version}.tar.gz
11 19
12%Description 20%Description
13BusyBox combines tiny versions of many common UNIX utilities into a single 21BusyBox combines tiny versions of many common UNIX utilities into a single
@@ -19,7 +27,7 @@ their full featured GNU cousins; however, the options that are provided behave
19very much like their GNU counterparts. 27very much like their GNU counterparts.
20 28
21%Prep 29%Prep
22%setup -q -n %{Name}-%{Version} 30%setup -q -n %{name}-%{version}
23 31
24%Build 32%Build
25make 33make