aboutsummaryrefslogtreecommitdiffstats
path: root/packages/startup-notification/startup-notification_0.5.bb
blob: c48e89ce0b90abf6e124c3b5f29dc4dcd1d544f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Startup notification support"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11"

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}
}