updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / spring-zk / PKGBUILD
blob923e3c73f9f59fd91118e5a9043ff223afa031a9
1 # Maintainer: NiteHogg <keith.b.elliott [at] gmail [dot] com>
2 pkgname=spring-zk
3 pkgver=0.9.2
4 pkgrel=1
5 pkgdesc="A futuristic, multiplatform, open-source RTS game for the Spring Engine."
6 arch=(any)
7 url="http://zero-k.info/"
8 license=('GPL')
9 depends=("spring")
10 changelog="ChangeLog"
11 noextract="zk-v$pkgver.sdz"
12 source=("http://packages.springrts.com/builds/zk-v$pkgver.sdz")
13 md5sums=('74e9c96cb00cb4dd4474e8a36675a2a7')
15 package() {
17     mkdir -p $pkgdir/usr/share/spring/mods
19     install -Dm644 $srcdir/zk-v$pkgver.sdz $pkgdir/usr/share/spring/mods
22 # vim:set ts=2 sw=2 et: