BUGFIX for psmisc: DEPENDS is space seperated, not comma.
authorChris Larson <clarson@kergoth.com>
Mon, 29 Sep 2003 00:36:25 +0000 (00:36 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 29 Sep 2003 00:36:25 +0000 (00:36 +0000)
BKrev: 3f777e89jyCCxk83e53cLZJZpmoicA

psmisc/psmisc-20.2.oe

index e69de29..bc871f6 100644 (file)
@@ -0,0 +1,17 @@
+DESCRIPTION="procfs tools"
+SECTION="base"
+PRIORITY="required"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6,libncurses5"
+
+SRC_URI="${SOURCEFORGE_MIRROR}/psmisc/psmisc-20.2.tar.gz"
+
+
+DEPENDS=virtual/libc libncurses5
+S="${WORKDIR}/${P}"
+
+
+do_install () {
+       set -e
+       oe_runmake DESTDIR=${D} install
+}