aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgpeplugin/libgpeplugin_svn.bb
blob: 91eca5abc12f4ab38debef8ee8cd055a18f8d696 (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"

inherit autotools pkgconfig

SRC_URI = "${GPE_SVN}"

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

do_stage() {
      autotools_stage_all
}

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

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