diff options
Diffstat (limited to 'recipes/libgpelaunch/libgpelaunch_0.14.bb')
-rw-r--r-- | recipes/libgpelaunch/libgpelaunch_0.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libgpelaunch/libgpelaunch_0.14.bb b/recipes/libgpelaunch/libgpelaunch_0.14.bb new file mode 100644 index 0000000000..24ee20a1c6 --- /dev/null +++ b/recipes/libgpelaunch/libgpelaunch_0.14.bb @@ -0,0 +1,16 @@ +LICENSE = "LGPL" +DESCRIPTION = "GPE program launcher library" +SECTION = "libs" +DEPENDS = "gtk+ startup-notification" +PR = "r1" + +inherit autotools pkgconfig + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" + + +FILES_${PN}-dbg += "/usr/libexec/libgpelaunch/.debug" + +do_stage() { + autotools_stage_all +} |