updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / holotz-castle / PKGBUILD
blob941a70a85beda44891fb16319861f30c57889aaa
1 # Maintainer: megadriver <megadriver at gmx dot com>
2 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
4 pkgname=holotz-castle
5 pkgver=1.3.14
6 pkgrel=2
7 pkgdesc="A platform game with high doses of mystery"
8 url="http://www.mainreactor.net"
9 arch=('i686' 'x86_64')
10 license=('GPL2')
11 depends=('sdl_mixer' 'sdl_ttf' 'sdl_image')
12 source=(http://www.mainreactor.net/holotzcastle/download/holotz-castle-$pkgver-src.tar.gz
13             holotz-castle-archpatch-1.diff holotz-castle-gcc44.patch)
14 md5sums=('d304b73cc01576325abc31a29a949f11'
15          '297c293f80f22e6a4d9bf5e8f1c1685e'
16          '5db8efdbb380c93af02ccd17f1105a17')
18 build() {
19     cd $srcdir/holotz-castle-$pkgver-src
20     patch -p1 <../holotz-castle-gcc44.patch
21     patch -p1 <../holotz-castle-archpatch-1.diff
22     make HC_BASE=/usr/share/holotz-castle/ HC_BIN_DIR=/usr/bin/
23     make HC_BASE=/usr/share/holotz-castle/ HC_BIN_DIR=/usr/bin/ DESTDIR=$pkgdir install