aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpeplugin/libgpeplugin_svn.bb
blob: 2048542f251b7006f01bbe3a6d4e0606a2ea4166 (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}"
FILE_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.*"