From 73c36779078b3690b1e4a6a0a20f8bed90e8cfe1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 20 Oct 2012 16:56:56 -0400 Subject: Update packaging to SPF 2.0. Also, add self to maintainers. --- diff --git a/build b/build index b21acc5..a75affc 100755 --- a/build +++ b/build @@ -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 index 34a1a92..34a1a92 100644 --- a/busybox-1.19.3.tar.bz2 +++ b/busybox-1.19.3.orig.tar.bz2 Binary files differ 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 diff --git a/changelog b/changelog index 3d60515..3060aa3 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +busybox (1.19.3-2) trunk + + * Update packaging to SPF 2.0. + * Add self to maintainers. + + -- "P. J. McDermott" Sat, 20 Oct 2012 16:45:07 -0400 + busybox (1.19.3-1) * Initial release. diff --git a/config b/config deleted file mode 100644 index bb46d9b..0000000 --- a/config +++ /dev/null @@ -1 +0,0 @@ -buildtime busybox.config src/.config diff --git a/control b/control index ae4b9ff..7a32bac 100644 --- a/control +++ b/control @@ -1,3 +1,3 @@ -Source: busybox -Version: 1.19.3-1 -Maintainer: Joseph Flynn +Build-Depends: opkhelper-3.0 +Maintainer: Joseph Flynn , "P. J. McDermott" +Homepage: http://www.busybox.net/ diff --git a/format b/format index 9f8e9b6..cd5ac03 100644 --- a/format +++ b/format @@ -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 -- cgit v0.9.1