Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / startup-notification / startup-notification_0.5.oe
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://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz"
11
12 do_stage () {
13         oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
14 }