Skip to content

Instantly share code, notes, and snippets.

@drizzd
Created February 3, 2013 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drizzd/4701946 to your computer and use it in GitHub Desktop.
Save drizzd/4701946 to your computer and use it in GitHub Desktop.
wagic-svn fix
# Contributor MCMic <mcmic@free.fr>
pkgname=wagic-svn
pkgver=0.17
pkgrel=3
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."
arch=('i686' 'x86_64')
url="http://wololo.net/wagic/download/"
license=('BSD')
depends=('qt')
makedepends=('make' 'svn')
conflicts=()
source=()
#md5sums=('')
build() {
cd ${srcdir}/
svn checkout http://wagic.googlecode.com/svn/trunk/ wagic-read-only
cd wagic-read-only/projects/mtg
sed -i 's/-Werror//g' wagic-qt.pro
qmake wagic-qt.pro
make
make INSTALL_ROOT=${pkgdir} install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment