aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpelaunch/libgpelaunch_0.14.bb
blob: 3d9b6bea6b792625696b78de10b14a0fb2ff7bf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE = "LGPL"
DESCRIPTION = "GPE program launcher library"
SECTION = "libs"
DEPENDS = "gtk+ startup-notification"

inherit autotools pkgconfig

SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"

do_stage() {
	autotools_stage_all
}