summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPitBall2015-11-09 20:37:38 +0100
committerPitBall2015-11-09 20:37:38 +0100
commite64fc9fce17e7fd6654cfe67bb7a48cbe7e16a49 (patch)
tree3362be21351d4d84647503642f0979dc464edcce
parent4c1c1927989fd69049ba35493b7ff010f5a5a9a1 (diff)
downloadaur-e64fc9fce17e7fd6654cfe67bb7a48cbe7e16a49.tar.gz
libwww is no longer needed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD18
2 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 775ccabfbf7a..aa8a79189602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ryzom-client
pkgdesc = Ryzom is a Free to Play MMORPG .This version is for playing on an official server
- pkgver = 0.12.0.r6277
+ pkgver = 0.12.0.r6356
pkgrel = 1
url = http://www.ryzom.com/
install = install
diff --git a/PKGBUILD b/PKGBUILD
index 26c2d1bc3550..e1da404dcd87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PitBall
pkgname=ryzom-client
-pkgver=0.12.0.r6277
+pkgver=0.12.0.r6356
pkgrel=1
pkgdesc="Ryzom is a Free to Play MMORPG .This version is for playing on an official server"
arch=('i686' 'x86_64')
@@ -15,9 +15,8 @@ provides=('libnel' 'ryzom' 'ryzomcore')
_hg_name='ryzomcore'
install=install #branch=compatibility
source=( "hg+https://bitbucket.org/ryzom/${_hg_name}#branch=compatibility-develop"
- 'hg+http://hg.kervala.net/libwww'
'ryzom.sh')
-md5sums=('SKIP' 'SKIP' 'a5ca7dfae7b9073f78cd1b0b7380755f')
+md5sums=('SKIP' 'a5ca7dfae7b9073f78cd1b0b7380755f')
pkgver() {
@@ -33,24 +32,13 @@ pkgver() {
}
build() {
- cd $srcdir/libwww
- ./autogen.sh || true
- sed -i 's|\${CC-cc}|${CC-cc} -O2 |g' ./configure
- LDFLAGS="" CFLAGS="$CFLAGS -fPIC" ./configure --with-ssl=no \
- --with-zlib --with-expat --prefix=$srcdir/w3c
- make -j1
- make install
- ln -sf ../wwwconf.h $srcdir/w3c/include/w3c-libwww/wwwconf.h
-
mkdir -p $srcdir/$_hg_name/build
cd $srcdir/$_hg_name/build
- PATH="$srcdir/w3c/bin:$PATH" \
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release \
-DWITH_RYZOM_SERVER=OFF -DWITH_RYZOM_CLIENT=ON \
-DWITH_NEL_TOOLS=OFF -DWITH_NEL_TESTS=OFF -DWITH_PCH=OFF \
- -DWITH_NEL_SAMPLES=OFF -DLIBWWW_LIBRARIES=$srcdir/w3c/lib \
- -DLIBWWW_INCLUDE_DIR=$srcdir/w3c/include/w3c-libwww -DWITH_LIBWWW_STATIC=ON \
+ -DWITH_NEL_SAMPLES=OFF \
-DWITH_RYZOM_TOOLS=OFF -DCMAKE_INSTALL_PREFIX=/usr \
-DRYZOM_ETC_PREFIX=/etc/ryzom -DRYZOM_SHARE_PREFIX=/usr/share/ryzom \
-DRYZOM_BIN_PREFIX=/usr/bin -DRYZOM_GAMES_PREFIX=/usr/bin \