updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / spring-xta / PKGBUILD
blobac5146db871c78f0257d980ee3613647b20b5718
1 # Maintainer: NiteHogg <keith.b.elliott [at] gmail [dot] com>
2 pkgname=spring-xta
3 pkgver=9.66
4 pkgrel=1
5 pkgdesc="One of the original mods for Spring RTS, and the one many players \
6 feel is the \"more OTA than OTA itself\" due to the authentic feel combined \
7 with the Spring Engine's capabilities."
8 arch=(any)
9 url="http://springrts.com/wiki/XTA"
10 license=('unknown')
11 depends=("spring")
12 changelog="ChangeLog"
13 noextract="xtapev966.sd7"
14 source=("http://springfiles.com/sites/default/files/downloads/spring/games/xtapev966.sd7")
15 md5sums=('5696358fde0f65706788f519a25694af')
17 package() {
19     mkdir -p $pkgdir/usr/share/spring/mods
20     install -Dm644 $srcdir/xtapev966.sd7 $pkgdir/usr/share/spring/mods
23 # vim:set ts=2 sw=2 et: