updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / stechec-sdz / PKGBUILD
blob6849e51a090a17fcbe5e8a634e00d95dd6cd6798
1 #Contributor: Basile CLEMENT <cbasile06 at gmail dot com>
2 pkgname=stechec-sdz
3 pkgver=0.5.13
4 pkgrel=1
5 pkgdesc="Stechec version for Bombazero, the SdZ contest for Summer 2009"
6 arch=('i686' 'x86_64')
7 url="http://wiki.sdz.fr.cr/"
8 license=('GPL')
9 depends=('sdl_image' 'ruby' 'sdl_ttf' 'sdl_gfx' 'xerces-c-2')
10 makedepends=('make' 'gcc' 'libtool' 'autoconf')
11 provides=()
12 conflicts=()
14 replaces=()
15 backup=()
16 install=
17 source=(http://src.sdz.fr.cr/stechec-sdz-${pkgver}.tar.gz)
18 md5sums=(0966662e530e7d9a51c7d34f6b9202d3)
20 build() {
21   cd ${srcdir}/stechec-sdz-${pkgver}
22   ./bootstrap
23   ./configure --disable-documentation --with-xerces=/opt/xerces-c-2   --prefix=/usr
24   make || return 1
26   make DESTDIR=${pkgdir} install || return 1