kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
[vuplus_openembedded] / opie-freetype / opie-freetype_cvs.oe
1 DESCRIPTION = "Freetype fontfactory plugin"
2 SECTION = "opie/fontfactories"
3 PRIORITY = "optional"
4 MAINTAINER = "Open Embedded <oe@handhelds.org>"
5 LICENSE = "GPL"
6 DEPENDS = "freetype"
7 PV = "1.1.5-cvs-${CVSDATE}"
8 APPNAME = "freetypefactory"
9
10 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/freetype \
11            file://modern-freetype-includes.patch;patch=1"
12 S = "${WORKDIR}/freetype"
13
14 inherit opie
15
16 EXTRA_QMAKEVARS_POST = "INCLUDEPATH+=${STAGING_INCDIR}/freetype2"