summaryrefslogtreecommitdiff
path: root/packages/libgpeplugin/libgpeplugin_svn.bb
blob: 398941c1c4eca88266294993fe4794fe77b0621a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Plugin system for GPE applications"
AUTHOR = "Luce DeCicco <ldecicco@gmail.com>"
MAINTAINER = "Philippe De Swert <philippedeswert@scarlet.be>"

DEPENDS = "gtk+ libgpewidget"
PV = "0.0+svn${SRCDATE}"
PR = "r0"

#put examples in a seperate package
PACKAGES += "${PN}-examples"
FILES_${PN}-examples = "${bindir}/* ${libexecdir}/*"
FILES_${PN} = "${libdir}/*.so.*"


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

inherit autotools pkgconfig

do_stage() {
autotools_stage_all
}