From 82ba3d2a8afebccd0a4ebdaf57902e0c54c5fd83 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 17 Apr 2014 15:04:03 +0700 Subject: games/unnethack: Moved to Games category. Signed-off-by: Willy Sudiarto Raharjo --- games/unnethack/README | 3 + games/unnethack/doinst.sh | 3 + games/unnethack/slack-desc | 19 +++++++ games/unnethack/unnethack.SlackBuild | 103 ++++++++++++++++++++++++++++++++++ games/unnethack/unnethack.info | 10 ++++ python/unnethack/README | 3 - python/unnethack/doinst.sh | 3 - python/unnethack/slack-desc | 19 ------- python/unnethack/unnethack.SlackBuild | 103 ---------------------------------- python/unnethack/unnethack.info | 10 ---- 10 files changed, 138 insertions(+), 138 deletions(-) create mode 100644 games/unnethack/README create mode 100644 games/unnethack/doinst.sh create mode 100644 games/unnethack/slack-desc create mode 100644 games/unnethack/unnethack.SlackBuild create mode 100644 games/unnethack/unnethack.info delete mode 100644 python/unnethack/README delete mode 100644 python/unnethack/doinst.sh delete mode 100644 python/unnethack/slack-desc delete mode 100644 python/unnethack/unnethack.SlackBuild delete mode 100644 python/unnethack/unnethack.info diff --git a/games/unnethack/README b/games/unnethack/README new file mode 100644 index 000000000000..e4d91cb550e3 --- /dev/null +++ b/games/unnethack/README @@ -0,0 +1,3 @@ +UnNetHack is a fork of Nethack. It is a roguelike, single-player +role-playing game where the hero must venture through the depths +of the Dungeon of Doom to retrieve the Amulet of Yendor. diff --git a/games/unnethack/doinst.sh b/games/unnethack/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/unnethack/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/games/unnethack/slack-desc b/games/unnethack/slack-desc new file mode 100644 index 000000000000..738eef66e738 --- /dev/null +++ b/games/unnethack/slack-desc @@ -0,0 +1,19 @@ +# 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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +unnethack: unnethack (role-playing game) +unnethack: +unnethack: UnNetHack is a fork of Nethack. It is a roguelike, single-player +unnethack: role-playing game where the hero must venture through the depths +unnethack: of the Dungeon of Doom to retrieve the Amulet of Yendor. +unnethack: +unnethack: Homepage: http://sourceforge.net/apps/trac/unnethack/ +unnethack: +unnethack: +unnethack: +unnethack: diff --git a/games/unnethack/unnethack.SlackBuild b/games/unnethack/unnethack.SlackBuild new file mode 100644 index 000000000000..5004c5b90691 --- /dev/null +++ b/games/unnethack/unnethack.SlackBuild @@ -0,0 +1,103 @@ +#!/bin/sh + +# Slackware build script for unnethack + +# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=unnethack +VERSION=${VERSION:-5.1.0_20131208} +SRCVERSION=$(echo $VERSION | tr _ -) +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +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" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$SRCVERSION +tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz +cd $PRGNAM-$SRCVERSION +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --with-owner=`id -un` \ + --with-group=`id -gn` \ + --enable-wizmode=`id -un` \ + --enable-curses-graphics \ + --build=$ARCH-slackware-linux + +make +make install DESTDIR=$PKG + +find $PKG -print0 | xargs -0 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 ChangeLog Files Porting README* $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 +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/unnethack/unnethack.info b/games/unnethack/unnethack.info new file mode 100644 index 000000000000..870c1ed7d2fe --- /dev/null +++ b/games/unnethack/unnethack.info @@ -0,0 +1,10 @@ +PRGNAM="unnethack" +VERSION="5.1.0_20131208" +HOMEPAGE="http://sourceforge.net/apps/trac/unnethack" +DOWNLOAD="http://downloads.sourceforge.net/project/unnethack/unnethack/5.1.0/unnethack-5.1.0-20131208.tar.gz" +MD5SUM="8a5b925aedc3b7379b6adacc0f0b5915" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Dimitris Zlatanidis" +EMAIL="d.zlatanidis@gmail.com" diff --git a/python/unnethack/README b/python/unnethack/README deleted file mode 100644 index e4d91cb550e3..000000000000 --- a/python/unnethack/README +++ /dev/null @@ -1,3 +0,0 @@ -UnNetHack is a fork of Nethack. It is a roguelike, single-player -role-playing game where the hero must venture through the depths -of the Dungeon of Doom to retrieve the Amulet of Yendor. diff --git a/python/unnethack/doinst.sh b/python/unnethack/doinst.sh deleted file mode 100644 index 5fb28930db0b..000000000000 --- a/python/unnethack/doinst.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi diff --git a/python/unnethack/slack-desc b/python/unnethack/slack-desc deleted file mode 100644 index ff5e1b42b720..000000000000 --- a/python/unnethack/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -unnethack: unnethack (fork of NetHack) -unnethack: -unnethack: UnNetHack is a fork of Nethack. It is a roguelike, single-player -unnethack: role-playing game where the hero must venture through the depths -unnethack: of the Dungeon of Doom to retrieve the Amulet of Yendor. -unnethack: -unnethack: Homepage: http://sourceforge.net/apps/trac/unnethack/ -unnethack: -unnethack: -unnethack: -unnethack: diff --git a/python/unnethack/unnethack.SlackBuild b/python/unnethack/unnethack.SlackBuild deleted file mode 100644 index 5004c5b90691..000000000000 --- a/python/unnethack/unnethack.SlackBuild +++ /dev/null @@ -1,103 +0,0 @@ -#!/bin/sh - -# Slackware build script for unnethack - -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=unnethack -VERSION=${VERSION:-5.1.0_20131208} -SRCVERSION=$(echo $VERSION | tr _ -) -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -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" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$SRCVERSION -tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz -cd $PRGNAM-$SRCVERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --with-owner=`id -un` \ - --with-group=`id -gn` \ - --enable-wizmode=`id -un` \ - --enable-curses-graphics \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG -print0 | xargs -0 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 ChangeLog Files Porting README* $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 -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/python/unnethack/unnethack.info b/python/unnethack/unnethack.info deleted file mode 100644 index 870c1ed7d2fe..000000000000 --- a/python/unnethack/unnethack.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="unnethack" -VERSION="5.1.0_20131208" -HOMEPAGE="http://sourceforge.net/apps/trac/unnethack" -DOWNLOAD="http://downloads.sourceforge.net/project/unnethack/unnethack/5.1.0/unnethack-5.1.0-20131208.tar.gz" -MD5SUM="8a5b925aedc3b7379b6adacc0f0b5915" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3