From e512e95144430d1c45425faac33f1a839d5f698c Mon Sep 17 00:00:00 2001 From: dsomero Date: Sat, 22 May 2010 08:25:28 -0400 Subject: games/zdoom: Removed (Build failure) --- games/zdoom/README | 7 ---- games/zdoom/slack-desc | 19 ----------- games/zdoom/zdoom.SlackBuild | 79 ------------------------------------------- games/zdoom/zdoom.desktop | 8 ----- games/zdoom/zdoom.info | 10 ------ games/zdoom/zdoom.png | Bin 310 -> 0 bytes 6 files changed, 123 deletions(-) delete mode 100644 games/zdoom/README delete mode 100644 games/zdoom/slack-desc delete mode 100644 games/zdoom/zdoom.SlackBuild delete mode 100644 games/zdoom/zdoom.desktop delete mode 100644 games/zdoom/zdoom.info delete mode 100644 games/zdoom/zdoom.png (limited to 'games/zdoom') diff --git a/games/zdoom/README b/games/zdoom/README deleted file mode 100644 index cf98ba2c90..0000000000 --- a/games/zdoom/README +++ /dev/null @@ -1,7 +0,0 @@ -zdoom (an enhanced port of the official DOOM source code) - -ZDoom is an enhanced port of the official DOOM source code. -Originally for Win32 (Windows 95/98/NT), it is now available -for Linux as well. - -This require p7zip, fmodapi, TiMidity++ (optional, but recommend) diff --git a/games/zdoom/slack-desc b/games/zdoom/slack-desc deleted file mode 100644 index e73e947141..0000000000 --- a/games/zdoom/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -zdoom: zdoom (an enhanced port of the official DOOM source code) -zdoom: -zdoom: ZDoom is an enhanced port of the official DOOM source code. -zdoom: Originally for Win32 (Windows 95/98/NT), it is now available -zdoom: for Linux as well. -zdoom: -zdoom: -zdoom: -zdoom: -zdoom: -zdoom: diff --git a/games/zdoom/zdoom.SlackBuild b/games/zdoom/zdoom.SlackBuild deleted file mode 100644 index 5404f805c1..0000000000 --- a/games/zdoom/zdoom.SlackBuild +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh - -# Slackware build script for zdoom - -# Written by Pablo Santamaria (pablosantamaria@gmail.com) - -PRGNAM=zdoom -VERSION=${VERSION:-2.4.1} -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -mkdir $PRGNAM-$VERSION -cd $PRGNAM-$VERSION -7z x $CWD/$PRGNAM-$VERSION-src.7z -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -# Set default directory for IWADs (share with others doom engines, ej. prboom) -sed -i 's|/usr/local/share/|/usr/share/games/doom/|' src/sdl/i_system.h - -mkdir release -cd release - -cmake \ - -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_BUILD_TYPE="Release" \ - -DFMOD_LIBRARY=/usr/lib${LIBDIRSUFFIX}/libfmodex${LIBDIRSUFFIX}.so \ - .. - -make - -mkdir -p $PKG/usr/{games,share/{applications,pixmaps,games/doom}} -install -m755 zdoom $PKG/usr/games -install -m644 zdoom.pk3 $PKG/usr/share/games/doom/ -install -m644 $CWD/zdoom.png $PKG/usr/share/pixmaps/ -install -m644 $CWD/zdoom.desktop $PKG/usr/share/applications/ - -cd .. - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/zdoom/zdoom.desktop b/games/zdoom/zdoom.desktop deleted file mode 100644 index 5e4a383a80..0000000000 --- a/games/zdoom/zdoom.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Name=ZDoom -GenericName=Enhanced Doom Engine -Icon=zdoom -Exec=zdoom %F -Terminal=false -Categories=Game;ActionGame; diff --git a/games/zdoom/zdoom.info b/games/zdoom/zdoom.info deleted file mode 100644 index ef49b5a5fb..0000000000 --- a/games/zdoom/zdoom.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="zdoom" -VERSION="2.4.1" -HOMEPAGE="http://zdoom.org/" -DOWNLOAD="http://remilia.zdoom.org/files/zdoom/2.4/zdoom-2.4.1-src.7z" -MD5SUM="805e7f7adf434f419c46486a7006839f" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Pablo Santamaria" -EMAIL="pablosantamaria@gmail.com" -APPROVED="Erik Hanson" diff --git a/games/zdoom/zdoom.png b/games/zdoom/zdoom.png deleted file mode 100644 index bc5175decb..0000000000 Binary files a/games/zdoom/zdoom.png and /dev/null differ -- cgit v1.2.3