diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-20 16:56:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-20 16:58:14 (EDT) |
commit | 73c36779078b3690b1e4a6a0a20f8bed90e8cfe1 (patch) | |
tree | 8053cd0261e70f78812dc4f937c64fbd668f56c9 | |
parent | 878465db24827a4f5fe382df6660c87242af8e28 (diff) |
Update packaging to SPF 2.0.
Also, add self to maintainers.
-rwxr-xr-x | build | 19 | ||||
-rw-r--r-- | busybox-1.19.3.orig.tar.bz2 (renamed from busybox-1.19.3.tar.bz2) | bin | 2167188 -> 2167188 bytes | |||
-rw-r--r-- | busybox.pkg/control | 7 | ||||
-rw-r--r-- | busybox.pkg/docs | 0 | ||||
-rw-r--r-- | busybox.pkg/files (renamed from busybox.pkg/install) | 0 | ||||
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | config | 1 | ||||
-rw-r--r-- | control | 6 | ||||
-rw-r--r-- | format | 2 | ||||
-rw-r--r-- | platconf | 1 |
10 files changed, 23 insertions, 20 deletions
@@ -1,18 +1,13 @@ #! /usr/bin/make -f -PKGS = busybox - -$(PKGS): busybox.buildstamp - -.SILENT: busybox.buildstamp -busybox.buildstamp: +build: cd src && \ make -j $${JOBS:-1} && \ + cd .. + +install: + cd src && \ make CONFIG_PREFIX=$$(pwd)/../dest install - oh-strip -g /bin/busybox + #oh-strip chmod u+s dest/bin/busybox - oh-installfiles $(PKGS) - oh-installdocs busybox - oh-gencontrol $(PKGS) - oh-buildopk $(PKGS) - touch busybox.buildstamp + oh-installfiles diff --git a/busybox-1.19.3.tar.bz2 b/busybox-1.19.3.orig.tar.bz2 Binary files differindex 34a1a92..34a1a92 100644 --- a/busybox-1.19.3.tar.bz2 +++ b/busybox-1.19.3.orig.tar.bz2 diff --git a/busybox.pkg/control b/busybox.pkg/control index 04ca9ea..a4436aa 100644 --- a/busybox.pkg/control +++ b/busybox.pkg/control @@ -1,4 +1,5 @@ -Package: busybox Architecture: any -Description: Busybox utilities - Busybox includes common UNIX utillties into a single small executable. +Platform: any +Description: BusyBox utilities + BusyBox combines tiny versions of many common UNIX utilities into a single + small executable. diff --git a/busybox.pkg/docs b/busybox.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/busybox.pkg/docs diff --git a/busybox.pkg/install b/busybox.pkg/files index 89801ed..89801ed 100644 --- a/busybox.pkg/install +++ b/busybox.pkg/files @@ -1,3 +1,10 @@ +busybox (1.19.3-2) trunk + + * Update packaging to SPF 2.0. + * Add self to maintainers. + + -- "P. J. McDermott" <pjm@nac.net> Sat, 20 Oct 2012 16:45:07 -0400 + busybox (1.19.3-1) * Initial release. @@ -1 +0,0 @@ -buildtime busybox.config src/.config @@ -1,3 +1,3 @@ -Source: busybox -Version: 1.19.3-1 -Maintainer: Joseph Flynn <jjf22@njit.edu> +Build-Depends: opkhelper-3.0 +Maintainer: Joseph Flynn <jjf22@njit.edu>, "P. J. McDermott" <pjm@nac.net> +Homepage: http://www.busybox.net/ @@ -1 +1 @@ -1.0
\ No newline at end of file +2.0 diff --git a/platconf b/platconf new file mode 100644 index 0000000..7a63b77 --- /dev/null +++ b/platconf @@ -0,0 +1 @@ +busybox.config src/.config |