aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgpelaunch/libgpelaunch_svn.bb
blob: 8691fcf0843ad33c392c6243af93770f1b9050fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}"

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

DEFAULT_PREFERENCE = "-1"