From 4b46c1f6e891b1ddd5968536440b888661fade3e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Aug 2005 10:45:47 +0000 Subject: Initial population git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../startup-notification/startup-notification_0.8.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 openembedded/packages/startup-notification/startup-notification_0.8.bb (limited to 'openembedded/packages/startup-notification') 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 " +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} +} -- cgit v1.2.3