diff options
Diffstat (limited to 'libgpelaunch/libgpelaunch_0.10.oe')
-rw-r--r-- | libgpelaunch/libgpelaunch_0.10.oe | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libgpelaunch/libgpelaunch_0.10.oe b/libgpelaunch/libgpelaunch_0.10.oe deleted file mode 100644 index 3178955d79..0000000000 --- a/libgpelaunch/libgpelaunch_0.10.oe +++ /dev/null @@ -1,17 +0,0 @@ -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} -} |