From: Koen Kooi Date: Mon, 1 Jun 2009 16:05:49 +0000 (+0200) Subject: startup-notification: add 0.9 X-Git-Tag: Release-2010-05/1~3306 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d510db0a48925e20b04e4516abb6e61fbb688555;p=openembedded.git startup-notification: add 0.9 --- 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 0000000000..2b8725184b --- /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 +}