updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / spring-ba / PKGBUILD
blob5e35805c6f2d0a3c84fccf9c94a54884e5bc899a
1 # Maintainer: Athemis <athemis@ish.de>
2 # Contributor: ReNoM <renom [at] list [dot] ru>
3 # Contributor: NiteHogg <keith.b.elliott [at] gmail [dot] com>
4 pkgname=spring-ba
5 pkgver=7.60
6 pkgrel=2
7 pkgdesc="A popular, highly balanced mod based on the late, immensely popular mod Absolute Annihilation. BA is designed for competitive 1v1 gameplay but is also perfectly suited for larger team games."
8 _distver=760
9 arch=(any)
10 url="http://springrts.com/wiki/Balanced_Annihilation"
11 license=('GPL' 'CCPL' 'custom:non-free')
12 depends=('spring')
13 source=("http://spring-portal.com/index.php/docman/doc_download/314-balanced-annihilation-v$_distver"
14         'license-non-free')
15 noextract=("314-balanced-annihilation-v$_distver")
16 md5sums=('8857d928f12fe2f09f33238bface56a2'
17          '28872feaac21fc4b2b4ae00b3f86e52a')
19 package() {
21         mkdir -p $pkgdir/usr/share/spring/mods || return 1
23         install -TDm 644 $srcdir/314-balanced-annihilation-v$_distver $pkgdir/usr/share/spring/mods/ba$_distver.sdz || return 1
24         install -Dm 644 $srcdir/license-non-free ${pkgdir}/usr/share/licenses/${pkgname}/non-free || return 1