diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2010-09-17 04:27:15 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:36 -0500 |
commit | e9998e94011ffff685810a5179a1d3b60d267bc6 (patch) | |
tree | e945055f5aa6c5ae7960ab85e1e5eeec36cf7ecb /games | |
parent | e929e71cde39f44840a49a2f8f4ad752faec0e4e (diff) | |
download | slackbuilds-e9998e94011ffff685810a5179a1d3b60d267bc6.tar.gz |
games/glest-megapack: Removed (replaced by glestae)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/glest-megapack/README | 5 | ||||
-rw-r--r-- | games/glest-megapack/glest-megapack.SlackBuild | 52 | ||||
-rw-r--r-- | games/glest-megapack/glest-megapack.info | 10 | ||||
-rw-r--r-- | games/glest-megapack/slack-desc | 19 |
4 files changed, 0 insertions, 86 deletions
diff --git a/games/glest-megapack/README b/games/glest-megapack/README deleted file mode 100644 index 504a5274b6..0000000000 --- a/games/glest-megapack/README +++ /dev/null @@ -1,5 +0,0 @@ -Mods for glest - separate megapack techtree with additional -factions (Indian, Norsemen, Persian), tilesets, scenarios -and maps. - -Requires: p7zip and glest.
\ No newline at end of file diff --git a/games/glest-megapack/glest-megapack.SlackBuild b/games/glest-megapack/glest-megapack.SlackBuild deleted file mode 100644 index e88b20ecb8..0000000000 --- a/games/glest-megapack/glest-megapack.SlackBuild +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh - -# Slackware build script for glest-megapack - -# Written by Larry Hajali <larryhaja[at]gmail[dot]com> - -PRGNAM=glest-megapack -VERSION=${VERSION:-v4} -ARCH=noarch -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -SRCNAM=$(echo "${PRGNAM}" | cut -d "-" -f2) -SRCNAM2=$(echo "${PRGNAM}" | cut -d "-" -f1) - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf ${SRCNAM}_${VERSION} -7z x $CWD/${SRCNAM}_${VERSION}.7z -cd ${SRCNAM}_${VERSION} -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 {} \; - -mkdir -p $PKG/usr/share/$SRCNAM2 -cp -ar $SRCNAM2/* $PKG/usr/share/$SRCNAM2/ - -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 \ - AUTHORS COPYING README.txt \ - $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/glest-megapack/glest-megapack.info b/games/glest-megapack/glest-megapack.info deleted file mode 100644 index 7832ae1e9d..0000000000 --- a/games/glest-megapack/glest-megapack.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="glest-megapack" -VERSION="v4" -HOMEPAGE="http://www.titusgames.de/" -DOWNLOAD="http://www.titusgames.de/megapack_v4.7z" -MD5SUM="946057d45ff2dcbd60117dbdd008d307" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="dsomero" diff --git a/games/glest-megapack/slack-desc b/games/glest-megapack/slack-desc deleted file mode 100644 index 6a1a1cc338..0000000000 --- a/games/glest-megapack/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------------------------------------------------------| -glest-megapack: glest-megapack (Additional faction, maps, and tilesets for glest) -glest-megapack: -glest-megapack: Mod for glest - separate megapack techtree with additional factions -glest-megapack: (Indian, Norsemen, Persian), tilesets, scenarios and maps. -glest-megapack: -glest-megapack: Homepage: http://www.titusgames.de/ -glest-megapack: -glest-megapack: -glest-megapack: -glest-megapack: -glest-megapack: |