aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpeplugin/libgpeplugin_cvs.bb
blob: a910161f2667aad7022e3754906a43f04b473475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION =	"Plugin system for GPE applications"
AUTHOR =		"Luce DeCicco <ldecicco@gmail.com>"
MAINTAINER =	"Koen Kooi <koen@handhelds.org>"

DEPENDS =		"gtk+ libgpewidget"
PV =			"0.0+cvs${CVSDATE}"
PR = 			"r0"

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


SRC_URI =       "${HANDHELDS_CVS};module=gpe/base/${PN}"
S =				"${WORKDIR}/${PN}"

inherit autotools pkgconfig