summaryrefslogtreecommitdiff
path: root/community/wt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wt/PKGBUILD')
-rw-r--r--community/wt/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 14b2b2800..6903d75aa 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 75796 2012-08-31 16:11:56Z spupykin $
+# $Id: PKGBUILD 77566 2012-10-12 14:44:41Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
-pkgver=3.2.2.1
-_pkgver=3.2.2-p1
-pkgrel=2
+pkgver=3.2.3rc1
+_pkgver=3.2.3-rc1
+pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
@@ -26,17 +26,17 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('d436430a4f1ae5fbcf038e645e4b5260')
+md5sums=('b58780f11d85b2da32a21f4c2be84cde')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}
mkdir -p build
cd build
+ #-DCMAKE_EXE_LINKER_FLAGS="-lboost_random" \
cmake \
-DCONNECTOR_HTTP=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_EXE_LINKER_FLAGS="-lboost_random" \
-DWEBUSER=http \
-DWEBGROUP=http \
-DUSE_SYSTEM_SQLITE3=ON \