diff --git a/packages/addons/games/sauerbraten/addon b/packages/addons/games/sauerbraten/addon deleted file mode 100755 index 596303330d..0000000000 --- a/packages/addons/games/sauerbraten/addon +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -mkdir -p $ADDON_BUILD/mkimage - cp -R $BUILD/$1/data $ADDON_BUILD/mkimage - cp -R $BUILD/$1/packages $ADDON_BUILD/mkimage - cp $BUILD/$1/*.cfg $ADDON_BUILD/mkimage - -mkdir -p $ADDON_BUILD/mkimage/bin - cp $BUILD/$1/src/sauer_client $ADDON_BUILD/mkimage/bin - cp $BUILD/$1/src/sauer_server $ADDON_BUILD/mkimage/bin diff --git a/packages/addons/games/sauerbraten/build b/packages/addons/games/sauerbraten/build deleted file mode 100755 index a4483170c9..0000000000 --- a/packages/addons/games/sauerbraten/build +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $BUILD/$1/src - -cd enet - ./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - -cd .. - -make diff --git a/packages/addons/games/sauerbraten/changelog.txt b/packages/addons/games/sauerbraten/changelog.txt deleted file mode 100644 index 86b3a1ab69..0000000000 --- a/packages/addons/games/sauerbraten/changelog.txt +++ /dev/null @@ -1,5 +0,0 @@ -0.90.2 -- update to sauerbraten-2010_07_28 - -0.90.1 -- initial version sauerbraten-2009.05.04 diff --git a/packages/addons/games/sauerbraten/icon/icon.png b/packages/addons/games/sauerbraten/icon/icon.png deleted file mode 100644 index b32e4b3ef4..0000000000 Binary files a/packages/addons/games/sauerbraten/icon/icon.png and /dev/null differ diff --git a/packages/addons/games/sauerbraten/meta b/packages/addons/games/sauerbraten/meta deleted file mode 100644 index a9a1f475ef..0000000000 --- a/packages/addons/games/sauerbraten/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="sauerbraten" -PKG_VERSION="2010_07_28" -PKG_REV="2" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="http://sauerbraten.org/" -PKG_URL="$SOURCEFORGE_SRC/sauerbraten/sauerbraten/2010_07_19/${PKG_NAME}_${PKG_VERSION}_justice_edition_linux.tar.bz2" -PKG_DEPENDS="zlib libpng $LIBJPEG libX11 SDL SDL_image SDL_mixer $MESA" -PKG_BUILD_DEPENDS="toolchain zlib libpng $LIBJPEG libX11 SDL SDL_image SDL_mixer $MESA" -PKG_PRIORITY="optional" -PKG_SECTION="games" -PKG_SHORTDESC="(Game) Cube 2: Sauerbraten" -PKG_LONGDESC="Sauerbraten is a free multiplayer/singleplayer first person shooter, built as a major redesign of the Cube FPS. Much like the original Cube, the aim of this game is not necessarily to produce the most features and eyecandy possible, but rather to allow map/geometry editing to be done dynamically in-game, to create fun gameplay and an elegant engine." -PKG_IS_ADDON="yes" - -PKG_AUTORECONF="yes" diff --git a/packages/addons/games/sauerbraten/patches/sauerbraten-2010_07_28-fix_includes_and_libs-0.1.patch b/packages/addons/games/sauerbraten/patches/sauerbraten-2010_07_28-fix_includes_and_libs-0.1.patch deleted file mode 100644 index 65f0a5355d..0000000000 --- a/packages/addons/games/sauerbraten/patches/sauerbraten-2010_07_28-fix_includes_and_libs-0.1.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur sauerbraten/src/Makefile sauerbraten.patch/src/Makefile ---- sauerbraten/src/Makefile 2010-05-13 20:30:28.000000000 +0200 -+++ sauerbraten.patch/src/Makefile 2010-11-04 01:03:27.636654907 +0100 -@@ -20,8 +20,8 @@ - CLIENT_INCLUDES= $(INCLUDES) -Iinclude - CLIENT_LIBS= -mwindows -Llib -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm - else --CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` --CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL -+CLIENT_INCLUDES= $(INCLUDES) `sdl-config --cflags` -+CLIENT_LIBS= -Lenet/.libs -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL - endif - ifeq ($(PLATFORM),Linux) - CLIENT_LIBS+= -lrt diff --git a/packages/addons/games/sauerbraten/scripts/start.sh b/packages/addons/games/sauerbraten/scripts/start.sh deleted file mode 100755 index 4621174255..0000000000 --- a/packages/addons/games/sauerbraten/scripts/start.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - - -RESOLUTION=`xrandr | grep Screen | cut -f2 -d"," | sed -e "s/ //g" -e "s/current//g"` -RESOLUTION_WIDTH=`echo $RESOLUTION | cut -f1 -d "x"` -RESOLUTION_HEIGHT=`echo $RESOLUTION | cut -f2 -d "x"` - -SAUER_DATA=. -SAUER_OPTIONS="-q${HOME}/.config/.sauerbraten -r" - -mkdir -p image - mount -o loop,ro sauerbraten.img image - -ln -sf image/* . -./bin/sauer_client ${SAUER_OPTIONS} "$@" - -umount image