aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpelaunch/libgpelaunch_0.14.bb
blob: d2b6aa5c52896a8b189fecc8b6e7e1b1e11e6ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}