summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild19
-rw-r--r--busybox-1.19.3.orig.tar.bz2 (renamed from busybox-1.19.3.tar.bz2)bin2167188 -> 2167188 bytes
-rw-r--r--busybox.pkg/control7
-rw-r--r--busybox.pkg/docs0
-rw-r--r--busybox.pkg/files (renamed from busybox.pkg/install)0
-rw-r--r--changelog7
-rw-r--r--config1
-rw-r--r--control6
-rw-r--r--format2
-rw-r--r--platconf1
10 files changed, 23 insertions, 20 deletions
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" <pjm@nac.net> 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 <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/
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