scorched3d: removed.

This commit is contained in:
Tilman Sauerbeck 2008-03-02 10:49:00 +01:00
parent 28ae30cbc6
commit 6a75e76dfa
4 changed files with 0 additions and 1860 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +0,0 @@
81d9d39748e77c56a9a6bce608169baa Scorched3D-41.1-src.tar.gz
48af0988f70d1eb1eddf71a9ec1fb0bc scorched3d-41.1-gljpg.patch

View File

@ -1,20 +0,0 @@
# Description: A 3D recreation of the classic DOS game Scorched Earth
# URL: http://www.scorched3d.co.uk/
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: sdl_mixer, sdl_net, wxgtk, freealut, fftw
name=scorched3d
version=41.1
release=1
source=(http://dl.sourceforge.net/$name/Scorched3D-$version-src.tar.gz \
$name-$version-gljpg.patch)
build() {
cd scorched
patch -i $SRC/$name-$version-gljpg.patch src/GLEXT/GLJpg.cpp
./configure --prefix=/usr \
--datadir=/usr/share/$name
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/$name/documentation
}

View File

@ -1,13 +0,0 @@
--- GLJpg.cpp.orig 2008-01-11 16:04:25.000000000 -0600
+++ GLJpg.cpp 2008-01-11 16:04:40.000000000 -0600
@@ -20,7 +20,9 @@
#include <stdio.h>
#include <math.h>
-#include <jpeglib.h>
+extern "C" {
+ #include <jpeglib.h>
+}
#include <common/Defines.h>
#include <GLEXT/GLJpg.h>