mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/wt to 3.3.6-4
This commit is contained in:
parent
590d1b7a18
commit
ade89079a0
1 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
||||||
pkgname=wt
|
pkgname=wt
|
||||||
pkgver=3.3.6
|
pkgver=3.3.6
|
||||||
_pkgver=3.3.6
|
_pkgver=3.3.6
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="a C++ library and application server for developing and deploying web applications"
|
pkgdesc="a C++ library and application server for developing and deploying web applications"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.webtoolkit.eu/"
|
url="http://www.webtoolkit.eu/"
|
||||||
|
@ -27,7 +27,7 @@ source=(https://github.com/kdeforche/wt/archive/${_pkgver}.tar.gz)
|
||||||
md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70')
|
md5sums=('a5be5f7efa93c4eae7f1d8812ff78c70')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-${_pkgver}
|
cd "$srcdir"/${pkgname}-${_pkgver}
|
||||||
|
|
||||||
CFLAGS+=" -fsigned-char"
|
CFLAGS+=" -fsigned-char"
|
||||||
CXXFLAGS+=" -fsigned-char"
|
CXXFLAGS+=" -fsigned-char"
|
||||||
|
@ -52,7 +52,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/${pkgname}-${_pkgver}/build
|
cd "$srcdir"/${pkgname}-${_pkgver}/build
|
||||||
|
|
||||||
make DESTDIR=${pkgdir} install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue