From 32a679020b270c1950ea549779fdee75757f6152 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 13 Oct 2004 20:55:48 +0000 Subject: [PATCH] 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 --- psmisc/psmisc_20.2.oe | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 " 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*" -- 2.39.5