updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / stuntrally-data / PKGBUILD
blob9dffca4cf6c4cb7b2ba2834aedfdc4ea18888658
1 # Maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
3 pkgname=stuntrally-data
4 pkgver=1.1.1
5 pkgrel=1
6 pkgdesc="Stunt Rally game with track editor, based on VDrift and OGRE (data files)"
7 arch=('any')
8 license=('GPL3')
9 url="http://code.google.com/p/vdrift-ogre"
10 depends=()
11 source=(http://vdrift-ogre.googlecode.com/files/StuntRally-${pkgver}-data.tar.bz2)
12 md5sums=('25fb5b4eae2f2ad21734d910108702ce')
14 build() {
15         cd "${srcdir}/data"
18 package() {
19         cd "${srcdir}"
20         
21         mkdir -p "${pkgdir}/usr/share/stuntrally/"
22         rm data/CMakeLists.txt
23         mv data "${pkgdir}/usr/share/stuntrally/data"