summaryrefslogtreecommitdiff
path: root/packages/libgpelaunch/libgpelaunch_0.14.bb
blob: e6d82c1ee0e88c7a1a048642baaa688d38ebd64e (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
}