aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgpelaunch/libgpelaunch_svn.bb
blob: c7c3c8e83e2c81988f7f91d5f2a2fa8f7148e45a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "GPE program launcher library"
SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "gtk+ startup-notification"
PV = "0.14+svn${SRCDATE}"
PR = "r0"

inherit autotools pkgconfig

SRC_URI = "${GPE_SVN}"

S = "${WORKDIR}/${PN}"

do_stage() {
 autotools_stage_all
}

FILES_${PN}-dbg += "${libexecdir}/libgpelaunch/.debug"

DEFAULT_PREFERENCE = "-1"