mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Startup notification support"
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
MAINTAINER = "Phil Blundell <pb@nexus.co.uk>"
|
||||
DEPENDS = "x11"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz"
|
||||
|
||||
do_stage () {
|
||||
oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
|
||||
}
|
||||
Reference in New Issue
Block a user