summaryrefslogtreecommitdiff
path: root/startup-notification/startup-notification_0.5.oe
blob: cf129304e3796ac5a64069aff9c39d39aa2890df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Startup notification support"
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
DEPENDS = "x11"

inherit autotools pkgconfig 

SRC_URI = "http://freedesktop.org/Software/startup-notification/releases/startup-notification-${PV}.tar.gz"

do_stage () {
	oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
}