systemd: add -devel subpkg, move manpages to subpkgs, emul gentoo.

This commit is contained in:
Juan RP
2011-06-26 16:35:05 +02:00
parent b52f55b087
commit 41b63ac91c
5 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
# Template file for 'systemd-devel'.
#
short_desc="${sourcepkg} - development files"
long_desc="${long_desc}
This package contains development files and/or documentation."
noarch=yes
do_install()
{
install -d ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/share/doc ${DESTDIR}/usr/share
}