OpenRC: add -devel subpkg, use orig rc.conf. Bumprev.

--HG--
extra : convert_revision : b741040c975fbf1b34157a5ca3422610db852561
This commit is contained in:
Juan RP
2009-12-05 03:37:44 +01:00
parent d5cc05cd5a
commit f1711e83f0
5 changed files with 51 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
# Template file for 'OpenRC'
pkgname=OpenRC
version=0.5.3
#revision=1
revision=1
wrksrc=openrc-${version}
distfiles="http://roy.marples.name/downloads/openrc/openrc-$version.tar.bz2"
build_style=gnu_makefile
@@ -22,6 +22,7 @@ conf_files="/etc/rc.conf /etc/conf.d/bootmisc /etc/conf.d/consolefont
/etc/conf.d/keymaps /etc/conf.d/local /etc/conf.d/locale
/etc/conf.d/localmount /etc/conf.d/modules /etc/conf.d/network
/etc/conf.d/urandom /etc/conf.d/staticroute /etc/inittab"
subpackages="$pkgname-devel"
Add_dependency full glibc
Add_dependency full psmisc
@@ -46,9 +47,6 @@ post_install()
${DESTDIR}/etc/logrotate.d/OpenRC
install -D -m644 ${FILESDIR}/locale.confd \
${DESTDIR}/etc/conf.d/locale
install -d ${DESTDIR}/etc/default
mv ${DESTDIR}/etc/rc.conf ${DESTDIR}/etc/default
install -m 644 ${FILESDIR}/rc.conf ${DESTDIR}/etc
#
# Create a fake rc.d directory with links to mimic old sysvinit
# runlevel stuff.