updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / wagic-svn / PKGBUILD
blob87c94a83ebdb872fcb050e050ea7119a90cdfd96
1 # Contributor MCMic <mcmic@free.fr>
3 pkgname=wagic-svn
4 pkgver=0.17
5 pkgrel=1
6 pkgdesc="Wagic is an internationally acclaimed open source Trading Card Game simulation, made by card games fans and backed up by a large community of players and modders."
7 arch=('i686' 'x86_64')
8 url="http://wololo.net/wagic/download/"
9 license=('BSD')
10 depends=('sdl>=1.2')
11 makedepends=('make' 'svn')
12 conflicts=()
13 source=()
14 #md5sums=('')
16 build() {
17   cd ${srcdir}/
19   svn checkout http://wagic.googlecode.com/svn/trunk/ wagic-read-only
20   
21   cd wagic-read-only/projects/mtg/
22   sed -i "s/-Werror//g" Makefile
23   sed -i "s/-Werror//g" Makefile.qt
25   make
26   make DESTDIR=${pkgdir} install