updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / instead-cat / PKGBUILD
blob98ee203b1089f9d4b50a148fcb7bfd549af56237
1 # Maintainer Alex Ghoust <ghoust@skyper.homelinux.org>
3 pkgname=instead-cat
4 pkgver=1.2
5 pkgrel=2
6 pkgdesc="Quest for instead. Return of the quantum cat"
7 arch=('any')
8 url="http://instead-games.googlecode.com/"
9 license=('custom')
10 depends=('instead')
11 source=(http://instead-games.googlecode.com/files/$pkgname-$pkgver.zip)
12 md5sums=('e355122604d13c35fba84a9ac9118f56')
14 build() {
15   cd "${srcdir}"
16   mkdir -p $pkgdir/usr/share/instead/games/cat/{gfx,mus}
17   install -m644 cat/gfx/* $pkgdir/usr/share/instead/games/cat/gfx || return 1 
18   install -m644 cat/mus/* $pkgdir/usr/share/instead/games/cat/mus || return 1
19   install -m644 cat/{main.lua,ep1.lua,ep2.lua,ep3.lua} $pkgdir/usr/share/instead/games/cat/ || return 1