diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-12 13:58:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-12 13:58:15 (EDT) |
commit | c67b3cabe90a02d6c5ce08098ffeece6eb943b6f (patch) | |
tree | 8c620eb9e4a8bda0489facc4287347853a06f25b | |
parent | 0ae2451651ad5f72012a1227ed335a5bef14a79d (diff) |
Update to SPF 2.0, opkhelper 3.0 and rename pkgs.
-rw-r--r-- | base-files.pkg/control (renamed from basefiles.pkg/control) | 2 | ||||
-rw-r--r-- | base-files.pkg/docs | 0 | ||||
-rw-r--r-- | base-files.pkg/files (renamed from basefiles.pkg/install) | 0 | ||||
-rwxr-xr-x | build | 23 | ||||
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | format | 2 | ||||
-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 @@ -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 @@ -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. @@ -1,3 +1 @@ -Source: basefiles -Version: 0.1.0 Maintainer: "P. J. McDermott" <pjm@nac.net> @@ -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 |