summaryrefslogtreecommitdiff
path: root/community/xmoto/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xmoto/PKGBUILD')
-rw-r--r--community/xmoto/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/xmoto/PKGBUILD b/community/xmoto/PKGBUILD
index 79ffae8c1..93032427a 100644
--- a/community/xmoto/PKGBUILD
+++ b/community/xmoto/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=xmoto
pkgver=0.5.9
-pkgrel=2
+pkgrel=2.1
pkgdesc="A challenging 2D motocross platform game, where physics play an important role."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://xmoto.tuxfamily.org"
license=('GPL')
depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl'
@@ -15,14 +15,17 @@ depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl'
'libxdg-basedir' 'libxml++')
install=xmoto.install
source=("http://download.tuxfamily.org/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.gz"
- 'xmoto-0.5.9-libpng15.patch')
+ 'xmoto-0.5.9-libpng15.patch'
+ 'unistd.patch')
sha1sums=('07757accce78151dc8873bef8270df0e56196772'
- '27f52bd30772f67898e0bfd8c1e12478a4848192')
+ '27f52bd30772f67898e0bfd8c1e12478a4848192'
+ 'b78a86676a63c41972eee41551755d03b7d7680b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -Np1 -i "${srcdir}/xmoto-0.5.9-libpng15.patch"
+ patch -Np0 -i "${srcdir}/unistd.patch"
# build and install
./configure LDFLAGS="-L/usr/lib" --prefix=/usr --disable-sdltest