aboutsummaryrefslogtreecommitdiffstats
path: root/psmisc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-10-13 20:55:48 +0000
committerChris Larson <clarson@kergoth.com>2004-10-13 20:55:48 +0000
commit32a679020b270c1950ea549779fdee75757f6152 (patch)
tree0928657ca4a4f95b586453e4a54b4fea06863bce /psmisc
parent3945cff2104fc78c1b0bac69e47c5f5206dc404c (diff)
downloadopenembedded-32a679020b270c1950ea549779fdee75757f6152.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
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
Diffstat (limited to 'psmisc')
-rw-r--r--psmisc/psmisc_20.2.oe20
1 files changed, 19 insertions, 1 deletions
diff --git a/psmisc/psmisc_20.2.oe b/psmisc/psmisc_20.2.oe
index f2519a4ef0..f56329835e 100644
--- a/psmisc/psmisc_20.2.oe
+++ b/psmisc/psmisc_20.2.oe
@@ -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*"