summaryrefslogtreecommitdiff
path: root/packages/libgpelaunch/libgpelaunch_svn.bb
blob: 2470e99c08e8b6c528daca52c989e87fda4eecd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
MAINTAINER = "Philippe De Swert <philippedeswert@scarlet.be>"
LICENSE = "LGPL"
DESCRIPTION = "GPE program launcher library"
SECTION = "libs"
DEPENDS = "gtk+ startup-notification"
PR = "r0"
PV = "0.14+svn${SRCDATE}"

DEFAULT_PREFERENCE = "-1"

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

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

inherit autotools pkgconfig

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

do_stage() {
	autotools_stage_all
}