summaryrefslogtreecommitdiff
path: root/community/oolite/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/oolite/PKGBUILD')
-rw-r--r--community/oolite/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD
index c32d7c8e8..2225fcaa6 100644
--- a/community/oolite/PKGBUILD
+++ b/community/oolite/PKGBUILD
@@ -2,30 +2,23 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lone_Wolf <lonewolf@xs4all.nl>
pkgname=oolite
-pkgver=1.75.2
-pkgrel=2
+pkgver=1.75.3
+pkgrel=1
pkgdesc="A space-sim based on the classic Elite"
arch=('i686' 'x86_64')
url="http://oolite-linux.berlios.de"
license=('GPL2')
depends=('gnustep-gui' 'sdl_mixer' 'mesa' 'espeak' 'nspr' 'python2' 'icu')
makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip')
+options=(!makeflags)
source=(oolite http://download2.berlios.de/oolite-linux/oolite-dev-source-${pkgver}.tar.bz2)
-md5sums=('d4b3fdc553fbd4aa4418864eebd21ede'
- '926720981d94fd09c9e2824dbc102d5e')
+md5sums=('b182976fade9b64a3b3702e2a8c72bf0'
+ 'e6c3d1e41f60f8cf410f766a3ecadcc7')
build() {
cd $srcdir
cp -r ${srcdir}/oolite-dev-source-${pkgver} ${srcdir}/${pkgname}-build
-# running 'make -f libjs.make debug=no' and/or 'make -f Makefile release'
-# works from commandline, but gives errors that cause makepkg to abort
- cd ${srcdir}/${pkgname}-build/deps/Cocoa-deps/scripts
- ./update-mozilla.sh
- mkdir -p ${srcdir}/${pkgname}-build/deps/Cross-platform-deps/mozilla/js/src/build-release
- cd ${srcdir}/${pkgname}-build/deps/Cross-platform-deps/mozilla/js/src/build-release
- ../configure --disable-shared-js --enable-threadsafe --with-system-nspr --disable-tests --enable-trace-jscalls
-# end of lines needed to avoid makepkg aborting
cd ${srcdir}/${pkgname}-build
make -f libjs.make debug=no
make -f Makefile release