summaryrefslogtreecommitdiff
path: root/community/wt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
committerroot <root@rshg054.dnsready.net>2012-11-24 01:54:10 -0800
commitc65624e6d74bffd70dcd67cc28448b5a50596efb (patch)
tree06c1cbca31a798c4274030b52e9947fb57a1a889 /community/wt
parent1fce42e9327109bd47dba5e3e690144a23bbbc19 (diff)
Sat Nov 24 01:51:17 PST 2012
Diffstat (limited to 'community/wt')
-rw-r--r--community/wt/PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index ecf681d09..5f07d468d 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79248 2012-11-01 18:27:55Z svenstaro $
+# $Id: PKGBUILD 80535 2012-11-24 02:25:08Z svenstaro $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
@@ -6,20 +6,18 @@
pkgname=wt
pkgver=3.2.3
_pkgver=3.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
license=('GPL')
-depends=('boost-libs')
-makedepends=('boost' 'cmake>=2.8'
- 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'libharu' 'graphicsmagick' 'pango' 'mysql++' 'qt')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'graphicsmagick' 'pango' 'mysql++' 'qt')
optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
'sqlite: for Sqlite Dbo support'
- 'libharu: for PDF generation (WPdfImage)'
'graphicsmagick: for raster image support (WRasterImage)'
'pango: for advanced font rendering (WRasterImage)'
'mysql++: for the hangman example'
@@ -31,9 +29,8 @@ md5sums=('58922ba5d68104880adbe2e022132fb5')
build() {
cd ${srcdir}/${pkgname}-${_pkgver}
- mkdir -p build
- cd build
- #-DCMAKE_EXE_LINKER_FLAGS="-lboost_random" \
+ [[ -d build ]] && rm -r build
+ mkdir -p build && cd build
cmake \
-DCONNECTOR_HTTP=ON \
-DCMAKE_INSTALL_PREFIX=/usr \