[arch-commits] Commit in wesnoth/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sun Dec 6 14:22:03 UTC 2009
Date: Sunday, December 6, 2009 @ 09:22:03
Author: ibiru
Revision: 60717
upgpkg: wesnoth 1.6.5-2
boost-1.41 rebuild
Modified:
wesnoth/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-06 12:08:22 UTC (rev 60716)
+++ PKGBUILD 2009-12-06 14:22:03 UTC (rev 60717)
@@ -1,23 +1,23 @@
# $Id$
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Jacobo Arvelo <unix4all at ya.com>
+# Contributor: Jacobo Arvelo <unix4all at ya.com>
# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
-pkgname=wesnoth
+pkgname=wesnoth
pkgver=1.6.5
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world"
+pkgrel=2
+pkgdesc="A turn-based strategy game on a fantasy world"
arch=(i686 x86_64)
license=('GPL')
-url="http://www.wesnoth.org/"
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis' 'fribidi' 'freetype2' 'gcc-libs' 'boost' 'pango')
+url="http://www.wesnoth.org/"
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis' 'fribidi' 'freetype2' 'gcc-libs' 'boost>=1.41.0' 'pango')
install=wesnoth.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-build() {
- cd $startdir/src/$pkgname-$pkgver
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --localstatedir=/var --enable-tools --enable-editor --enable-server
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make || return 1
+ make DESTDIR="$pkgdir" install
}
md5sums=('493826bbd9ba355930765a7e8fe3749a')
More information about the arch-commits
mailing list