startup-notification DOES NOT PROVIDE virtual/libsdl! bad!
authorChris Larson <clarson@kergoth.com>
Mon, 29 Mar 2004 21:17:56 +0000 (21:17 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 29 Mar 2004 21:17:56 +0000 (21:17 +0000)
BKrev: 40689284clWhjBXs9_CRUD5cuAZSBQ

startup-notification/startup-notification_0.5.oe

index e69de29..e691169 100644 (file)
@@ -0,0 +1,13 @@
+DESCRIPTION = "Startup notification support"
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
+DEPENDS = "virtual/libc x11"
+
+inherit autotools pkgconfig libtool
+
+SRC_URI = "http://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz"
+
+do_stage () {
+       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+}