diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-13 00:12:33 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-13 00:12:33 +0000 |
commit | 81ef4f4c57d375fef7727bab14d2fef5c7a77012 (patch) | |
tree | ddb8ee4bded2f5b720d65f1486587e89d2fd8db5 /libgpelaunch/libgpelaunch_0.8.oe | |
parent | 9fcdac99ab63d5a5bf3276fa36dbc0c4b6efc93a (diff) |
add LICENSE
BKrev: 41955171-LQlXfjWLHDGowg4rlKs1w
Diffstat (limited to 'libgpelaunch/libgpelaunch_0.8.oe')
-rw-r--r-- | libgpelaunch/libgpelaunch_0.8.oe | 17 |
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} +} |