summaryrefslogtreecommitdiff
path: root/libgpelaunch/libgpelaunch_0.8.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-13 00:12:33 +0000
committerPhil Blundell <philb@gnu.org>2004-11-13 00:12:33 +0000
commit81ef4f4c57d375fef7727bab14d2fef5c7a77012 (patch)
treeddb8ee4bded2f5b720d65f1486587e89d2fd8db5 /libgpelaunch/libgpelaunch_0.8.oe
parent9fcdac99ab63d5a5bf3276fa36dbc0c4b6efc93a (diff)
add LICENSE
BKrev: 41955171-LQlXfjWLHDGowg4rlKs1w
Diffstat (limited to 'libgpelaunch/libgpelaunch_0.8.oe')
-rw-r--r--libgpelaunch/libgpelaunch_0.8.oe17
1 files changed, 17 insertions, 0 deletions
diff --git a/libgpelaunch/libgpelaunch_0.8.oe b/libgpelaunch/libgpelaunch_0.8.oe
index e69de29bb2..3178955d79 100644
--- a/libgpelaunch/libgpelaunch_0.8.oe
+++ b/libgpelaunch/libgpelaunch_0.8.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}
+}