Date: Saturday, August 21, 2010 @ 08:25:44
  Author: jgc
Revision: 88229

Create architecture-independent data package

Added:
  wesnoth-data/
  wesnoth-data/repos/
  wesnoth-data/trunk/
  wesnoth-data/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Added: wesnoth-data/trunk/PKGBUILD
===================================================================
--- wesnoth-data/trunk/PKGBUILD                         (rev 0)
+++ wesnoth-data/trunk/PKGBUILD 2010-08-21 12:25:44 UTC (rev 88229)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 82959 2010-06-20 00:09:16Z ibiru $
+# Maintainer: Jan de Groot <j...@archlinux.org>
+# Contributor: Tobias Powalowski <tp...@archlinux.org>
+# Contributor: Jacobo Arvelo <unix4...@ya.com>
+# Contributor: Douglas Soares de Andrade <doug...@archlinux.org>
+
+pkgname=wesnoth-data
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="Data files for the Wesnoth game"
+arch=('any')
+license=('GPL')
+url="http://www.wesnoth.org/";
+makedepends=('boost' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'lua' 'pango')
+conflicts=("wesnoth<$pkgver")
+source=(http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-${pkgver}.tar.bz2)
+md5sums=('2dce83f835ecce1d505ea60e46b7356f')
+
+build() {
+  cd "${srcdir}/wesnoth-${pkgver}"
+  ./autogen.sh
+  ./configure --prefix=/usr --localstatedir=/var
+  make DESTDIR="${pkgdir}" install-data-am
+}

Reply via email to