updated on Fri Jan 6 16:11:31 UTC 2012
[aur-mirror.git] / stuntrally-tracks / PKGBUILD
blobe9617a385d4ae9e54e81fdf481262430e004e0c2
1 # Maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
3 pkgname=stuntrally-tracks
4 pkgver=1.4
5 pkgrel=1
6 pkgdesc="Stunt Rally game with track editor, based on VDrift and OGRE (tracks)"
7 arch=('any')
8 license=('GPL3')
9 url="http://code.google.com/p/vdrift-ogre"
10 depends=()
11 source=(https://nodeload.github.com/stuntrally/tracks/tarball/1.4)
12 md5sums=('44507258f4cec4c5b31a1446722e095e')
14 build() {
15         cd "${srcdir}/stuntrally-tracks-b5a8a2d"
16         
17         cmake -DCMAKE_INSTALL_PREFIX="/usr" .
18         make
21 package() {
22         cd "${srcdir}/stuntrally-tracks-b5a8a2d"
24         make DESTDIR="${pkgdir}/usr/share/stuntrally/" install