sg3-utils: add newer buildable version
[openembedded.git] / 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 = "r1"
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;name=tarball \
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 OECMAKE_BUILDPATH = "build"
25
26 inherit cmake
27
28
29 EXTRA_OECMAKE = "-DBOOST_DIR=${STAGING_DIR_HOST}${prefix} \
30                  -DUseQt4=0 ../ \
31                 "