diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-12 01:30:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-12 01:30:18 +0000 |
commit | 96bcfd346b436aef16b29d9157b80fd4148b1421 (patch) | |
tree | 339ad54804ab9399bbdb8a87e7bbc76408a11019 /examples | |
parent | 0dfac6b9cec891b8d523f85d7989d772a1447828 (diff) | |
download | busybox-w32-96bcfd346b436aef16b29d9157b80fd4148b1421.tar.gz busybox-w32-96bcfd346b436aef16b29d9157b80fd4148b1421.tar.bz2 busybox-w32-96bcfd346b436aef16b29d9157b80fd4148b1421.zip |
Latest and greatest
-Erik
Diffstat (limited to 'examples')
-rw-r--r-- | examples/busybox.spec | 6 |
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 @@ | |||
1 | Name: busybox | 1 | Name: busybox |
2 | Version: 0.33 | 2 | Version: 0.35 |
3 | Release: 1 | 3 | Release: 1 |
4 | Group: System/Utilities | 4 | Group: System/Utilities |
5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |
@@ -7,7 +7,7 @@ Copyright: GPL | |||
7 | Packager : Erik Andersen <andersen@lineo.com> | 7 | Packager : Erik Andersen <andersen@lineo.com> |
8 | Conflicts: fileutils grep shellutils | 8 | Conflicts: fileutils grep shellutils |
9 | Buildroot: /tmp/%{Name}-%{Version} | 9 | Buildroot: /tmp/%{Name}-%{Version} |
10 | Source: busybox-%{Version}.tar.gz | 10 | Source: %{Name}-%{Version}.tar.gz |
11 | 11 | ||
12 | %Description | 12 | %Description |
13 | BusyBox is a suite of "tiny" Unix utilities in a multi-call binary. It | 13 | BusyBox 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 | |||
18 | embedded system. | 18 | embedded system. |
19 | 19 | ||
20 | %Prep | 20 | %Prep |
21 | %setup -q -n busybox | 21 | %setup -q -n %{Name}-%{Version} |
22 | 22 | ||
23 | %Build | 23 | %Build |
24 | make | 24 | make |