diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/busybox.spec | 24 |
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 @@ | |||
| 1 | Name: busybox | 1 | %define name busybox |
| 2 | Version: 0.52 | 2 | %define epoch 0 |
| 3 | Release: 1 | 3 | %define version 0.52 |
| 4 | %define release %(date -I | sed -e 's/-/_/g') | ||
| 5 | %define serial 1 | ||
| 6 | |||
| 7 | Name: %{name} | ||
| 8 | #Epoch: %{epoch} | ||
| 9 | Version: %{version} | ||
| 10 | Release: %{release} | ||
| 11 | Serial: %{serial} | ||
| 12 | Copyright: GPL | ||
| 4 | Group: System/Utilities | 13 | Group: System/Utilities |
| 5 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. | 14 | Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. |
| 6 | Copyright: GPL | 15 | URL: http://busybox.lineo.com/ |
| 16 | Source: ftp://oss.lineo.com/busybox/%{name}-%{version}.tar.gz | ||
| 17 | Buildroot: /var/tmp/%{name}-%{version} | ||
| 7 | Packager : Erik Andersen <andersen@lineo.com> | 18 | Packager : Erik Andersen <andersen@lineo.com> |
| 8 | Conflicts: fileutils grep shellutils | ||
| 9 | Buildroot: /tmp/%{Name}-%{Version} | ||
| 10 | Source: %{Name}-%{Version}.tar.gz | ||
| 11 | 19 | ||
| 12 | %Description | 20 | %Description |
| 13 | BusyBox combines tiny versions of many common UNIX utilities into a single | 21 | BusyBox 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 | |||
| 19 | very much like their GNU counterparts. | 27 | very 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 |
| 25 | make | 33 | make |
