2012-07-29 05:00:29 +08:00
|
|
|
#
|
|
|
|
# Games Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
|
|
|
|
2011-06-19 09:21:59 +08:00
|
|
|
pkgname=warsow-data
|
2012-07-29 05:00:29 +08:00
|
|
|
_pkgname=warsow
|
|
|
|
pkgver=1.0
|
2011-06-19 09:21:59 +08:00
|
|
|
pkgrel=1
|
2012-07-29 05:00:29 +08:00
|
|
|
pkgdesc="A free online multiplayer competitive FPS based on the Qfusion engine (data files)"
|
2011-06-19 09:21:59 +08:00
|
|
|
url="http://www.warsow.net/"
|
|
|
|
license=('custom:Warsow Content License')
|
2012-07-29 05:00:29 +08:00
|
|
|
arch=('any')
|
|
|
|
source=("${_pkgname}_${pkgver}.tar.gz::http://www.warsow.net/download?dl=linux")
|
|
|
|
md5sums=('92fd62c4bbd1324605bd004da9472b9f')
|
2011-06-19 09:21:59 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
|
2012-07-29 05:00:29 +08:00
|
|
|
# Create the destination directories.
|
|
|
|
install -d $pkgdir/usr/share/${_pkgname}
|
2011-06-19 09:21:59 +08:00
|
|
|
|
2012-07-29 05:00:29 +08:00
|
|
|
# Move Data to destination directory.
|
|
|
|
cp -r $srcdir/${_pkgname}_${pkgver}/basewsw $pkgdir/usr/share/${_pkgname}
|
2011-06-19 09:21:59 +08:00
|
|
|
|
2012-07-29 05:00:29 +08:00
|
|
|
# Install custom license: Warsow Content License.
|
|
|
|
install -Dm 0644 $srcdir/${_pkgname}_${pkgver}/docs/license.txt \
|
2011-06-19 09:21:59 +08:00
|
|
|
$pkgdir/usr/share/licenses/${pkgname}/license.txt
|
2012-07-29 05:00:29 +08:00
|
|
|
}
|