summaryrefslogtreecommitdiff
path: root/libgpelaunch/libgpelaunch_0.6.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-27 22:46:57 +0000
committerPhil Blundell <philb@gnu.org>2004-11-27 22:46:57 +0000
commit8dcb5603ebd966dc952b24cdec68592c16f6be1c (patch)
tree82a134f98f19da62bd99770d01cac0089f11ef81 /libgpelaunch/libgpelaunch_0.6.oe
parentcf408005ed14227e63629fa949dfa53719bf4e4e (diff)
blow away some old versions of libgpelaunch
BKrev: 41a903e1-5rdmPcD-oNJtnUhZ4x_vA
Diffstat (limited to 'libgpelaunch/libgpelaunch_0.6.oe')
-rw-r--r--libgpelaunch/libgpelaunch_0.6.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/libgpelaunch/libgpelaunch_0.6.oe b/libgpelaunch/libgpelaunch_0.6.oe
deleted file mode 100644
index 3178955d79..0000000000
--- a/libgpelaunch/libgpelaunch_0.6.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}
-}