aboutsummaryrefslogtreecommitdiffstats
path: root/startup-notification
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-29 21:17:56 +0000
committerChris Larson <clarson@kergoth.com>2004-03-29 21:17:56 +0000
commitaf8389231cd953919be4c6d7e7a8a04504db9935 (patch)
tree8e92cbf3864a429bb9a5e2108d5d58f1f79a5d68 /startup-notification
parentfc7b3b20216b3737617a80e9a8e02887d4beb099 (diff)
downloadopenembedded-af8389231cd953919be4c6d7e7a8a04504db9935.tar.gz
startup-notification DOES NOT PROVIDE virtual/libsdl! bad!
BKrev: 40689284clWhjBXs9_CRUD5cuAZSBQ
Diffstat (limited to 'startup-notification')
-rw-r--r--startup-notification/startup-notification_0.5.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/startup-notification/startup-notification_0.5.oe b/startup-notification/startup-notification_0.5.oe
index e69de29bb2..e691169f72 100644
--- a/startup-notification/startup-notification_0.5.oe
+++ b/startup-notification/startup-notification_0.5.oe
@@ -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}
+}