1 DESCRIPTION = "A C++ Web Toolkit"
5 HOMEPAGE = "http://www.webtoolkit.eu/wt"
6 DEPENDS = "boost zlib openssl"
10 # package wt3 is for wt 2.99 and wt 3.*
11 # the api of these versions is incompatible with 2.*
13 SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz;name=tarball \
15 file://wgooglemap.patch"
17 CXXFLAGS += "-Dsinl=sin -Dcosl=cos -Dasinl=asin"
19 FILES_${PN} += "${datadir}/Wt"
20 FILES_${PN}-dev += "${datadir}/cmake-2.*"
22 S = "${WORKDIR}/wt-${PV}"
24 OECMAKE_BUILDPATH = "build"
29 EXTRA_OECMAKE = "-DBOOST_DIR=${STAGING_DIR_HOST}${prefix} \