blob: e7d62bd4c1d8e992b5e8933d1a8324eb2510cfa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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}"
#put examples in a seperate package
PACKAGES += "${PN}-examples"
FILES_${PN}-examples = "${bindir}/* ${libexecdir}/*"
FILES_${PN} = "${libdir}/*.so.*"
|