]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/startup-notification/startup-notification_0.8.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / startup-notification / startup-notification_0.8.bb
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 }