summaryrefslogtreecommitdiff
path: root/packages/libgpelaunch/libgpelaunch_svn.bb
blob: 31db9c08a551b70f101d22988a5179254cc6fb68 (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"

SRC_URI = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}"

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

inherit autotools pkgconfig

do_stage() {
 autotools_stage_all
}

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

DEFAULT_PREFERENCE = "-1"