diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
commit | 9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /community/vdrift/PKGBUILD | |
parent | 6cc893589a6bd208f2b7711f985e17df7a6df816 (diff) | |
parent | a86ff663185661ee304bb1f6d00d982102dd706d (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/vdrift/PKGBUILD')
-rw-r--r-- | community/vdrift/PKGBUILD | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/community/vdrift/PKGBUILD b/community/vdrift/PKGBUILD index e721b176c..35ac2775e 100644 --- a/community/vdrift/PKGBUILD +++ b/community/vdrift/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 78946 2012-10-27 23:46:16Z ebelanger $ +# $Id: PKGBUILD 85589 2013-03-03 17:28:55Z dreisner $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Anton Bazhenov <anton.bazhenov at gmail> # Contributor: Lone_Wolf lonewolf@xs4all.nl pkgname=vdrift pkgver=2012.07.22 -pkgrel=3 +pkgrel=4 pkgdesc="Open source driving simulation made with drift racing in mind" arch=('i686' 'x86_64') url="http://vdrift.net/" @@ -22,19 +22,11 @@ md5sums=('fcfd6b65724d32dfe383df216d7afb74' build() { cd VDrift - # select arch - if [ `uname -m` = "x86_64" ]; then - _sconsarch="a64" - else - _sconsarch="686" - fi - patch -Np0 < "$srcdir"/vdrift-2012-07-22c_bullet281_patch.diff # build and install scons $MAKEFLAGS \ "destdir"="$pkgdir" \ - "arch"=$_sconsarch \ "release"=1 \ "force_feedback"=1 \ "prefix"=/usr \ |