change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / wt / wt3.inc
1 DESCRIPTION = "A C++ Web Toolkit"
2 PRIORITY = "optional"
3 SECTION = "devel"
4 LICENSE = "GPL"
5 HOMEPAGE = "http://www.webtoolkit.eu/wt"
6 DEPENDS = "boost zlib openssl"
7
8 INC_PR = "r0"
9
10 # package wt3 is for wt 2.99 and wt 3.*
11 # the api of these versions is incompatible with 2.*
12
13 SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \
14         file://ext.patch;patch=1 \
15         file://wgooglemap.patch;patch=1"
16
17 CXXFLAGS += "-Dsinl=sin -Dcosl=cos -Dasinl=asin"
18
19 FILES_${PN} += "${datadir}/Wt"
20 FILES_${PN}-dev += "${datadir}/cmake-2.*"
21
22 S = "${WORKDIR}/wt-${PV}"
23
24 inherit cmake
25
26 EXTRA_OECMAKE = "-DBOOST_DIR=${STAGING_DIR_HOST}${prefix} \
27                  -DUseQt4=0 \
28                 "
29