mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/wt to 3.3.5rc2-1
This commit is contained in:
parent
eac15f0c7e
commit
b45cc9ff3f
1 changed files with 6 additions and 9 deletions
|
@ -7,9 +7,9 @@
|
|||
# - add -fsigned-char to cflags
|
||||
|
||||
pkgname=wt
|
||||
pkgver=3.3.4
|
||||
_pkgver=3.3.4
|
||||
pkgrel=6
|
||||
pkgver=3.3.5rc2
|
||||
_pkgver=3.3.5-rc2
|
||||
pkgrel=1
|
||||
pkgdesc="a C++ library and application server for developing and deploying web applications"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.webtoolkit.eu/"
|
||||
|
@ -23,8 +23,8 @@ optdepends=('openssl: for SSL support in built-in webserver'
|
|||
'mysql++: for the hangman example'
|
||||
'qt4: for the Wt/Qt interopability example (wtwithqt)')
|
||||
backup=('etc/wt/wt_config.xml')
|
||||
source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
|
||||
md5sums=('fdbb6042c7d6901e254685966ff55fac')
|
||||
source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
|
||||
md5sums=('32439d8992cc6ffd32d532c3fccfef20')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${_pkgver}
|
||||
|
@ -43,7 +43,7 @@ build() {
|
|||
-DWEBGROUP=http \
|
||||
-DUSE_SYSTEM_SQLITE3=ON \
|
||||
-DINSTALL_EXAMPLES=ON \
|
||||
-DBUILD_EXAMPLES=OFF \
|
||||
-DBUILD_EXAMPLES=ON \
|
||||
-DINSTALL_FINDWT_CMAKE_FILE=ON \
|
||||
..
|
||||
# build examples again when they are compatible with boost 1.58
|
||||
|
@ -54,7 +54,4 @@ package() {
|
|||
cd ${srcdir}/${pkgname}-${_pkgver}/build
|
||||
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
rm -r ${pkgdir}/usr/cmake
|
||||
rm -rf $pkgdir/var/run
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue