summaryrefslogtreecommitdiffstats
path: root/recipes/libgpelaunch/libgpelaunch_0.14.bb
blob: 24ee20a1c68e9eacadc6a4320ccbdcc9a75acb7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}