startup-notification: add 0.9
authorKoen Kooi <koen@openembedded.org>
Mon, 1 Jun 2009 16:05:49 +0000 (18:05 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 1 Jun 2009 16:05:49 +0000 (18:05 +0200)
recipes/startup-notification/startup-notification_0.9.bb [new file with mode: 0644]

diff --git a/recipes/startup-notification/startup-notification_0.9.bb b/recipes/startup-notification/startup-notification_0.9.bb
new file mode 100644 (file)
index 0000000..2b87251
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Startup notification support"
+LICENSE = "LGPL"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 libsm"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-${PV}.tar.gz"
+
+do_stage () {
+       autotools_stage_all
+}