[oe-commits] Koen Kooi : startup-notification: add 0.9

git version control git at git.openembedded.org
Mon Jun 1 16:37:37 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d510db0a48925e20b04e4516abb6e61fbb688555
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d510db0a48925e20b04e4516abb6e61fbb688555

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun  1 18:05:49 2009 +0200

startup-notification: add 0.9

---

 .../startup-notification_0.9.bb                    |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/startup-notification/startup-notification_0.9.bb b/recipes/startup-notification/startup-notification_0.9.bb
new file mode 100644
index 0000000..2b87251
--- /dev/null
+++ b/recipes/startup-notification/startup-notification_0.9.bb
@@ -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
+}





More information about the Openembedded-commits mailing list