[arch-commits] Commit in wesnoth/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Jul 26 09:16:15 UTC 2011
Date: Tuesday, July 26, 2011 @ 05:16:15
Author: ibiru
Revision: 132797
boost 1.47.0 rebuild
Modified:
wesnoth/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-07-26 09:04:27 UTC (rev 132796)
+++ PKGBUILD 2011-07-26 09:16:15 UTC (rev 132797)
@@ -6,7 +6,7 @@
pkgname=wesnoth
pkgver=1.8.6
-pkgrel=1
+pkgrel=2
pkgdesc="A turn-based strategy game on a fantasy world"
arch=('i686' 'x86_64')
license=('GPL')
@@ -15,13 +15,16 @@
makedepends=('boost')
install=wesnoth.install
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
- wesnoth-libpng-1.4.0.patch)
+ wesnoth-libpng-1.4.0.patch
+ wesnoth-1.8.6-boost-foreach.patch)
md5sums=('f1c3179869b01b61e253e74aeb241034'
- 'ca7412ffc4682ef55ddf82d56b0e2f08')
+ 'ca7412ffc4682ef55ddf82d56b0e2f08'
+ 'dc414ab7e1334941548e9db6db9c2460')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ../wesnoth-libpng-1.4.0.patch
+ patch -Np1 -i "${srcdir}/wesnoth-libpng-1.4.0.patch"
+ patch -Np1 -i "${srcdir}/wesnoth-1.8.6-boost-foreach.patch"
./autogen.sh
./configure --prefix=/usr --localstatedir=/var --enable-tools --enable-editor --enable-server
make DESTDIR="${pkgdir}" install-exec
More information about the arch-commits
mailing list