aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-12 01:30:18 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-12 01:30:18 +0000
commit163eab929fb7058904f9d241fbdc4550dd8b7fd3 (patch)
tree339ad54804ab9399bbdb8a87e7bbc76408a11019 /examples
parentc553099eeac2191f95f3f05df595ecaa1dfd0e01 (diff)
downloadbusybox-w32-163eab929fb7058904f9d241fbdc4550dd8b7fd3.tar.gz
busybox-w32-163eab929fb7058904f9d241fbdc4550dd8b7fd3.tar.bz2
busybox-w32-163eab929fb7058904f9d241fbdc4550dd8b7fd3.zip
Latest and greatest
-Erik git-svn-id: svn://busybox.net/trunk/busybox@97 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'examples')
-rw-r--r--examples/busybox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/busybox.spec b/examples/busybox.spec
index 635ffe00a..5e6befbdf 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.33 2Version: 0.35
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
@@ -7,7 +7,7 @@ Copyright: GPL
7Packager : Erik Andersen <andersen@lineo.com> 7Packager : Erik Andersen <andersen@lineo.com>
8Conflicts: fileutils grep shellutils 8Conflicts: fileutils grep shellutils
9Buildroot: /tmp/%{Name}-%{Version} 9Buildroot: /tmp/%{Name}-%{Version}
10Source: busybox-%{Version}.tar.gz 10Source: %{Name}-%{Version}.tar.gz
11 11
12%Description 12%Description
13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It 13BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It
@@ -18,7 +18,7 @@ is makes an excellent environment for a "rescue" disk or any small or
18embedded system. 18embedded system.
19 19
20%Prep 20%Prep
21%setup -q -n busybox 21%setup -q -n %{Name}-%{Version}
22 22
23%Build 23%Build
24make 24make