aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpeplugin/libgpeplugin_svn.bb
blob: 33275f6d87561f7116012adce50c4e30efaf8cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Plugin system for GPE applications"
AUTHOR = "Luce DeCicco <ldecicco@gmail.com>"
DEPENDS = "gtk+ libgpewidget"
PV = "0.0+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
}

#put examples in a seperate package
PACKAGES += "${PN}-examples"

FILES_${PN}-examples = "${bindir}/* ${libexecdir}/*"
FILES_${PN} = "${libdir}/*.so.*"