Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Wed, 13 Oct 2004 20:55:48 +0000 (20:55 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 13 Oct 2004 20:55:48 +0000 (20:55 +0000)
into handhelds.org:/home/kergoth/code/packages

2004/10/13 15:51:40-05:00 handhelds.org!kergoth
Break out psmisc into subpackages.  Keep 'psmisc' as a virtual one that depends on the rest.

BKrev: 416d9654xuTJ6mvljZSdfCpG8H5ZxA

psmisc/psmisc_20.2.oe

index f2519a4..f563298 100644 (file)
@@ -3,10 +3,28 @@ SECTION = "base"
 PRIORITY = "required"
 MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "ncurses gettext-native"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \
           file://gettext.patch;patch=1"
 S = "${WORKDIR}/psmisc-${PV}"
 
 inherit autotools
+
+ALLOW_EMPTY = "1"
+
+PACKAGES = "${PN} fuser fuser-doc \
+           killall killall-doc \
+           pstree pstree-doc"
+
+FILES_${PN} = ""
+RDEPENDS_${PN} = "fuser killall pstree"
+
+FILES_fuser = "${bindir}/fuser"
+FILES_fuser-doc = "${mandir}/man1/fuser*"
+
+FILES_killall = "${bindir}/killall"
+FILES_killall-doc = "${mandir}/man1/killall*"
+
+FILES_pstree = "${bindir}/pstree"
+FILES_pstree-doc = "${mandir}/man1/pstree*"