diff options
Diffstat (limited to 'openembedded/packages/startup-notification')
-rw-r--r-- | openembedded/packages/startup-notification/startup-notification_0.8.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openembedded/packages/startup-notification/startup-notification_0.8.bb b/openembedded/packages/startup-notification/startup-notification_0.8.bb new file mode 100644 index 000000000..c4cc57440 --- /dev/null +++ b/openembedded/packages/startup-notification/startup-notification_0.8.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Startup notification support" +LICENSE = "LGPL" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" +DEPENDS = "x11" + +inherit autotools pkgconfig + +SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} |