summaryrefslogtreecommitdiffstats
path: root/gnustep-apps
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-18 23:31:07 +0200
committerAndraž Levstik2007-04-18 23:31:07 +0200
commit75da8ddb8a012773303642aeb8146a99caff0997 (patch)
tree41bb5468b5210fed9ea66e57807abf8a31b1d7fd /gnustep-apps
parent278ee5ec7458ca740eb112a82c8f2d44bfa70c54 (diff)
gnustep-oolite: version update
Diffstat (limited to 'gnustep-apps')
-rwxr-xr-xgnustep-apps/gnustep-oolite/BUILD1
-rwxr-xr-xgnustep-apps/gnustep-oolite/DETAILS14
-rw-r--r--gnustep-apps/gnustep-oolite/HISTORY7
-rwxr-xr-xgnustep-apps/gnustep-oolite/INSTALL7
-rwxr-xr-xgnustep-apps/gnustep-oolite/PRE_BUILD10
5 files changed, 22 insertions, 17 deletions
diff --git a/gnustep-apps/gnustep-oolite/BUILD b/gnustep-apps/gnustep-oolite/BUILD
new file mode 100755
index 0000000000..51d9513e3e
--- /dev/null
+++ b/gnustep-apps/gnustep-oolite/BUILD
@@ -0,0 +1 @@
+default_build debug=no
diff --git a/gnustep-apps/gnustep-oolite/DETAILS b/gnustep-apps/gnustep-oolite/DETAILS
index c8d089adb8..90f57d6f5a 100755
--- a/gnustep-apps/gnustep-oolite/DETAILS
+++ b/gnustep-apps/gnustep-oolite/DETAILS
@@ -1,13 +1,15 @@
SPELL=gnustep-oolite
- VERSION=1.62-2
- SOURCE=oolite-src-$VERSION.tar.gz
- SOURCE2=oolite-data-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/oolite-src
+ VERSION=1.65
+ SOURCE=oolite-$VERSION-src.tar.gz
+ SOURCE2=oolite-$VERSION-data.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/oolite-$VERSION-src
SOURCE_URL[0]=http://download.berlios.de/oolite-linux/${SOURCE}
+ SOURCE_URL[1]=ftp://ftp.alioth.net/oolite/${SOURCE}
SOURCE2_URL[0]=http://download.berlios.de/oolite-linux/${SOURCE2}
+ SOURCE2_URL[1]=ftp://ftp.alioth.net/oolite/${SOURCE2}
WEB_SITE=http://oolite.aegidian.org/
- SOURCE_HASH=sha512:574ddcd98f335fecb33f0ba6e3fe78269910c2a81c5b95667d0c79a88fcfea466d32ec6b4d6bcb2c70bb511f9dc5d4c9c9eda27aec30a2201bfe4ed7a091df50
- SOURCE2_HASH=sha512:a8a141d21a1a3ff395bc974c971313da65d6c376c652c1d255279d3beff0db0c62fd217d8d2cded36c26617f212c7faa9a3c239d53f295a1d9c28b62284ea528
+ SOURCE_HASH=sha512:d660e36d3679fadd7bcdb862db62c6d8eebd0bf10f68f17a16d2d83bf3570bee0c678fb9c5446158189f66d358e475c5ef1234b3b875a75091b497979c6d0135
+ SOURCE2_HASH=sha512:5d3ac8a42b4c0e46cf9a16da1bd8f32ceb730023d3b38fb3830d7031e44dfec92b465e8ae9e5a5815cd86c93540a17fedda324c42a9ebcae402ee412110b072e
LICENSE[0]="Creative Commons"
LICENSE[1]="Creative Commons"
ENTERED=20060118
diff --git a/gnustep-apps/gnustep-oolite/HISTORY b/gnustep-apps/gnustep-oolite/HISTORY
index 6040ec11e0..366235b4df 100644
--- a/gnustep-apps/gnustep-oolite/HISTORY
+++ b/gnustep-apps/gnustep-oolite/HISTORY
@@ -1,3 +1,10 @@
+2007-04-18 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: version update
+ * BUILD: added
+ * INSTALL: updated to install properly
+ * DEPENDS: missing a dep
+ * PRE_BUILD: added to fix a build issue
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/gnustep-apps/gnustep-oolite/INSTALL b/gnustep-apps/gnustep-oolite/INSTALL
index 3181967ec4..fb49093aa6 100755
--- a/gnustep-apps/gnustep-oolite/INSTALL
+++ b/gnustep-apps/gnustep-oolite/INSTALL
@@ -1,5 +1,2 @@
-export TAR_OPTIONS="--no-same-owner"
-
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
-cp -vrf oolite.app/Contents \
- $GNUSTEP_SYSTEM_ROOT/Applications/oolite.app
+make debug=no install &&
+cp -r oolite.app $INSTALL_ROOT/usr/lib/GNUstep/Applications
diff --git a/gnustep-apps/gnustep-oolite/PRE_BUILD b/gnustep-apps/gnustep-oolite/PRE_BUILD
index 4790f9ff40..0c43d6818b 100755
--- a/gnustep-apps/gnustep-oolite/PRE_BUILD
+++ b/gnustep-apps/gnustep-oolite/PRE_BUILD
@@ -1,6 +1,4 @@
-efault_pre_build &&
-cd $SOURCE_DIRECTORY &&
-unpack_file 2 &&
-cp -vr oolite-data/* . &&
-mkdir -vp $SOURCE_DIRECTORY/oolite.app &&
-mkdir -vp $SOURCE_DIRECTORY/oolite.app/Resources
+default_pre_build &&
+unpack_file 2 &&
+cd $SOURCE_DIRECTORY &&
+sedit 's/shared_obj/obj/g' GNUmakefile.postamble