summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/libgpelaunch/libgpelaunch_0.14.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libgpelaunch/libgpelaunch_0.14.bb b/packages/libgpelaunch/libgpelaunch_0.14.bb
new file mode 100644
index 0000000000..d2b6aa5c52
--- /dev/null
+++ b/packages/libgpelaunch/libgpelaunch_0.14.bb
@@ -0,0 +1,13 @@
+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() {
+ autotools_stage_all
+}