summaryrefslogtreecommitdiffstats
path: root/games/spring
diff options
context:
space:
mode:
Diffstat (limited to 'games/spring')
-rw-r--r--games/spring/README4
-rw-r--r--games/spring/doinst.sh8
-rw-r--r--games/spring/slack-desc19
-rw-r--r--games/spring/spring.SlackBuild72
-rw-r--r--games/spring/spring.info10
5 files changed, 0 insertions, 113 deletions
diff --git a/games/spring/README b/games/spring/README
deleted file mode 100644
index 7071aac368..0000000000
--- a/games/spring/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Spring is a project aiming to create a new and versatile RTS Engine.
-
-This requires p7zip, OpenAL, DevIL, and icu4c.
-You will also need jdk from /extra.
diff --git a/games/spring/doinst.sh b/games/spring/doinst.sh
deleted file mode 100644
index e4e6459838..0000000000
--- a/games/spring/doinst.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -x /usr/bin/update-mime-database ]; then
- /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
-fi
-
diff --git a/games/spring/slack-desc b/games/spring/slack-desc
deleted file mode 100644
index 5978f34835..0000000000
--- a/games/spring/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------------------------------------------------------|
-spring: Spring RTS (a powerful free RTS engine)
-spring:
-spring: Spring is a project aiming to create a new and versatile RTS Engine.
-spring:
-spring: http://springrts.com/
-spring:
-spring:
-spring:
-spring:
-spring:
-spring:
diff --git a/games/spring/spring.SlackBuild b/games/spring/spring.SlackBuild
deleted file mode 100644
index 9f15a552b5..0000000000
--- a/games/spring/spring.SlackBuild
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for Spring
-
-# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
-# 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=spring
-VERSION=0.80.5.2
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "x86_64" ]; then
- LIBDIRSUFFIX="64"
-else
- LIBDIRSUFFIX=""
-fi
-
-set -eu
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf ${PRGNAM}_${VERSION}
-tar xvf $CWD/${PRGNAM}_${VERSION}_src.tar.gz
-cd ${PRGNAM}_${VERSION}
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIBDIR=/usr/lib${LIBDIRSUFFIX} \
- .
-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 || true
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE.html Documentation/* $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/spring/spring.info b/games/spring/spring.info
deleted file mode 100644
index ca3cf7dcde..0000000000
--- a/games/spring/spring.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="spring"
-VERSION="0.80.5.2"
-HOMEPAGE="http://springrts.com"
-DOWNLOAD="http://spring.clan-sy.com/dl/spring_0.80.5.2_src.tar.gz"
-MD5SUM="169b74ae3d3c66c72381690a3f87eb67"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Erik Hanson"
-EMAIL="erik@slackbuilds.org"
-APPROVED="rworkman"