updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / instead-steelrat / PKGBUILD
blobb05ae550d58c418587f9855c4bc76c958a8e5ebc
1 # Maintainer Alex Ghoust <ghoust@skyper.homelinux.org>
3 pkgname=instead-steelrat
4 pkgver=0.5
5 pkgrel=1
6 pkgdesc="Quest for instead. Become a steel rat."
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=('2d7503f02710510d99d2dfff6544f801')
14 build() {
15   cd "${srcdir}"
16   mkdir -p $pkgdir/usr/share/instead/games/steelrat/{gfx,mus}
17   install -m644 steelrat/gfx/* $pkgdir/usr/share/instead/games/steelrat/gfx || return 1 
18   install -m644 steelrat/mus/* $pkgdir/usr/share/instead/games/steelrat/mus || return 1
19   install -m644 steelrat/{main.lua,theme.ini} $pkgdir/usr/share/instead/games/steelrat/ || return 1