[arch-commits] Commit in wesnoth/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Jun 20 00:09:16 UTC 2010


    Date: Saturday, June 19, 2010 @ 20:09:16
  Author: ibiru
Revision: 82959

upgpkg: wesnoth 1.8.2-2
boost 1.43 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-19 22:43:54 UTC (rev 82958)
+++ PKGBUILD	2010-06-20 00:09:16 UTC (rev 82959)
@@ -5,15 +5,18 @@
 
 pkgname=wesnoth
 pkgver=1.8.2
-pkgrel=1
+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>=1.41.0' 'pango' 'lua')
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis' 'fribidi' 'freetype2' 'gcc-libs' 'boost-libs' 'pango' 'lua')
+makedepends=('boost')
 install=wesnoth.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
         wesnoth-libpng-1.4.0.patch)
+md5sums=('5dd150057da9f5048826f16452ab0346'
+         'ca7412ffc4682ef55ddf82d56b0e2f08')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -21,7 +24,9 @@
   ./autogen.sh || return 1
   ./configure --prefix=/usr --localstatedir=/var --enable-tools --enable-editor --enable-server
   make || return 1
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('5dd150057da9f5048826f16452ab0346'
-         'ca7412ffc4682ef55ddf82d56b0e2f08')




More information about the arch-commits mailing list