diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:37 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:37 +0200 |
commit | 4be9dd90acfa5cdb5bdc62a9cef42c101a5bdcdf (patch) | |
tree | 14a07795658cab2ca315bb2cafe2705f793df053 | |
parent | 652e0d0ca30f820fb226e728be474bb65f76bdc9 (diff) | |
download | slackbuilds-4be9dd90acfa5cdb5bdc62a9cef42c101a5bdcdf.tar.gz |
games/gens: Removed from 13.0 repository
-rw-r--r-- | games/gens/README | 1 | ||||
-rw-r--r-- | games/gens/gens.SlackBuild | 65 | ||||
-rw-r--r-- | games/gens/gens.info | 8 | ||||
-rw-r--r-- | games/gens/slack-desc | 19 |
4 files changed, 0 insertions, 93 deletions
diff --git a/games/gens/README b/games/gens/README deleted file mode 100644 index 90fbfde2c9..0000000000 --- a/games/gens/README +++ /dev/null @@ -1 +0,0 @@ -Gens is a win32/unix Sega Genesis / Sega CD / Sega 32X emulator. diff --git a/games/gens/gens.SlackBuild b/games/gens/gens.SlackBuild deleted file mode 100644 index 2c9f3a6566..0000000000 --- a/games/gens/gens.SlackBuild +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh - -# Slackware build script for gens -# Written by Steven Pledger (piratesmack@ymail.com) -# Script can be modified and redistibuted freely - -PRGNAM=gens -VERSION=2.15.5 -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" - elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $TMP/$PRGNAM-$VERSION $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - -( cd $PKG/usr/man || exit - find . -type f -exec gzip -9 {} \; - for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - BUGS INSTALL README AUTHORS COPYING \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; - -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.tgz - diff --git a/games/gens/gens.info b/games/gens/gens.info deleted file mode 100644 index e8dfb175b0..0000000000 --- a/games/gens/gens.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="gens" -VERSION="2.15.5" -HOMEPAGE="http://gens.consolemul.com/" -DOWNLOAD="http://downloads.sourceforge.net/gens/gens-2.15.5.tar.gz" -MD5SUM="1496a49be056d65bf76b52de62e932d7" -MAINTAINER="Steven Pledger" -EMAIL="piratesmack@ymail.com" -APPROVED="rworkman" diff --git a/games/gens/slack-desc b/games/gens/slack-desc deleted file mode 100644 index de1767dbea..0000000000 --- a/games/gens/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------------------------------------------------------| -gens: gens (Sega Emulator) -gens: -gens: Gens is a win32/unix Sega Genesis / Sega CD / Sega 32X emulator. -gens: -gens: http://gens.consolemul.com/ -gens: -gens: -gens: -gens: -gens: -gens: |