summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base-files.pkg/control (renamed from basefiles.pkg/control)2
-rw-r--r--base-files.pkg/docs0
-rw-r--r--base-files.pkg/files (renamed from basefiles.pkg/install)0
-rwxr-xr-xbuild23
-rw-r--r--changelog7
-rw-r--r--control2
-rw-r--r--format2
-rw-r--r--init-scripts.pkg/control (renamed from initscripts.pkg/control)2
-rw-r--r--init-scripts.pkg/files (renamed from initscripts.pkg/install)0
9 files changed, 18 insertions, 20 deletions
diff --git a/basefiles.pkg/control b/base-files.pkg/control
index 0ee6d77..f7c4a12 100644
--- a/basefiles.pkg/control
+++ b/base-files.pkg/control
@@ -1,5 +1,5 @@
-Package: basefiles
Architecture: all
+Platform: all
Description: Base system files
This package provides the basic filesystem hierarchy, configuration files, and
the text of common licenses used by packages.
diff --git a/base-files.pkg/docs b/base-files.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/base-files.pkg/docs
diff --git a/basefiles.pkg/install b/base-files.pkg/files
index 6d6add5..6d6add5 100644
--- a/basefiles.pkg/install
+++ b/base-files.pkg/files
diff --git a/build b/build
index dd4d273..fa48d2f 100755
--- a/build
+++ b/build
@@ -1,14 +1,11 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
-PKGS = basefiles initscripts
+build:
-$(PKGS): basefiles.buildstamp
-
-.SILENT: basefiles.buildstamp
-basefiles.buildstamp:
- printf 'basefiles: Installing base files...\n'
- mv src/* dest
- printf 'basefiles: Making filesystem hierarchy...\n'
+install: build
+ printf 'base-files: Installing base files...\n'
+ mv src dest
+ printf 'base-files: Making filesystem hierarchy...\n'
cd dest && \
mkdir -p bin boot dev/pts etc/opt home lib media mnt opt proc && \
install -d -m 0750 root && \
@@ -35,7 +32,7 @@ basefiles.buildstamp:
ln -s share/man usr/local/man && \
mkdir -p var/cache var/lib/misc var/local var/lock var/log var/mail \
var/opt var/run var/spool
- printf 'basefiles: Making service run control links...\n'
+ printf 'base-files: Making service run control links...\n'
cd dest && \
mkdir etc/rc.d && \
ln -s rc etc/init.d/rcS && \
@@ -55,8 +52,4 @@ basefiles.buildstamp:
ln -s ../init.d/networking etc/rc.d/K04networking
cd dest/etc/network && \
mkdir if-down.d if-post-down.d if-pre-up.d if-up.d
- oh-installfiles $(PKGS)
- oh-installdocs basefiles
- oh-gencontrol $(PKGS)
- oh-buildopk $(PKGS)
- touch basefiles.buildstamp
+ oh-installfiles
diff --git a/changelog b/changelog
index fde1fbf..ccfa336 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+base-files (1.0.0) trunk
+
+ * Update to SPF 2.0 and opkhelper 3.0.
+ * Rename source package and binary packages.
+
+ -- "P. J. McDermott" <pjm@nac.net> Wed, 12 Jun 2013 13:33:56 -0400
+
basefiles (0.1.0)
* Initial release.
diff --git a/control b/control
index 695eed9..6b60997 100644
--- a/control
+++ b/control
@@ -1,3 +1 @@
-Source: basefiles
-Version: 0.1.0
Maintainer: "P. J. McDermott" <pjm@nac.net>
diff --git a/format b/format
index d3827e7..cd5ac03 100644
--- a/format
+++ b/format
@@ -1 +1 @@
-1.0
+2.0
diff --git a/initscripts.pkg/control b/init-scripts.pkg/control
index 5fe3241..d556bd3 100644
--- a/initscripts.pkg/control
+++ b/init-scripts.pkg/control
@@ -1,5 +1,5 @@
-Package: initscripts
Architecture: all
+Platform: all
Description: Service initialization scripts
This package provides the init table, boot/shutdown run control, and service
initialization scripts.
diff --git a/initscripts.pkg/install b/init-scripts.pkg/files
index e419dde..e419dde 100644
--- a/initscripts.pkg/install
+++ b/init-scripts.pkg/files