summaryrefslogtreecommitdiff
path: root/libgpelaunch/libgpelaunch_0.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libgpelaunch/libgpelaunch_0.5.oe')
-rw-r--r--libgpelaunch/libgpelaunch_0.5.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/libgpelaunch/libgpelaunch_0.5.oe b/libgpelaunch/libgpelaunch_0.5.oe
index e69de29bb2..3178955d79 100644
--- a/libgpelaunch/libgpelaunch_0.5.oe
+++ b/libgpelaunch/libgpelaunch_0.5.oe
@@ -0,0 +1,17 @@
+LICENSE = "LGPL"
+DESCRIPTION = "GPE program launcher library"
+SECTION = "libs"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ startup-notification"
+
+inherit autotools pkgconfig
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
+
+do_stage() {
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
+}