diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
| commit | 4b46c1f6e891b1ddd5968536440b888661fade3e (patch) | |
| tree | e0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/startup-notification | |
| download | poky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz | |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 0000000000..c4cc57440e --- /dev/null +++ b/openembedded/packages/startup-notification/startup-notification_0.8.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Startup notification support" | ||
| 2 | LICENSE = "LGPL" | ||
| 3 | SECTION = "libs" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" | ||
| 6 | DEPENDS = "x11" | ||
| 7 | |||
| 8 | inherit autotools pkgconfig | ||
| 9 | |||
| 10 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" | ||
| 11 | |||
| 12 | do_stage () { | ||
| 13 | oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} | ||
| 14 | } | ||
