summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-17 15:07:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:39 +0700
commit2d18fdd5365c3bb75983d2ed876159da4e33eb2a (patch)
tree05b7b3e765bf9fb888e8f081d6fab7dc0a4982b6 /games
parent82ba3d2a8afebccd0a4ebdaf57902e0c54c5fd83 (diff)
downloadslackbuilds-2d18fdd5365c3bb75983d2ed876159da4e33eb2a.tar.gz
slackbuilds-2d18fdd5365c3bb75983d2ed876159da4e33eb2a.tar.xz
games/smc_music: Removed (replaced with smc).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/smc_music/README9
-rw-r--r--games/smc_music/slack-desc19
-rw-r--r--games/smc_music/smc_music.SlackBuild50
-rw-r--r--games/smc_music/smc_music.info10
4 files changed, 0 insertions, 88 deletions
diff --git a/games/smc_music/README b/games/smc_music/README
deleted file mode 100644
index c4265cbe90..0000000000
--- a/games/smc_music/README
+++ /dev/null
@@ -1,9 +0,0 @@
-smc_music (Secret Maryo Chronicles Music Pack)
-
-Secret Maryo Chronicles is an Open Source two-dimensional platform game
-with a style designed similar to classic sidescroller games such as Super
-Mario Bros.
-
-This SlackBuild simply repackages the SMC Music Pack. The game itself
-should be installed separately, and its slackBuild can be found on this
-site.
diff --git a/games/smc_music/slack-desc b/games/smc_music/slack-desc
deleted file mode 100644
index 7e17068fe3..0000000000
--- a/games/smc_music/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------------------------------------------------------|
-smc_music: smc_music (Secret Maryo Chronicles Music Pack)
-smc_music:
-smc_music: Secret Maryo Chronicles is an Open Source two-dimensional platform
-smc_music: game with a style designed similar to classic sidescroller games such
-smc_music: as Super Mario Bros.
-smc_music:
-smc_music: This package **includes ONLY the music pack for the game** and is
-smc_music: architecture independent.
-smc_music:
-smc_music: http://www.secretmaryo.org/
-smc_music:
diff --git a/games/smc_music/smc_music.SlackBuild b/games/smc_music/smc_music.SlackBuild
deleted file mode 100644
index cfdb4d3ba2..0000000000
--- a/games/smc_music/smc_music.SlackBuild
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for
-# smc_music (Secret Maryo Chronicles Music Pack)
-# Written by Phillip Warner <pc_warner@yahoo.com>
-
-PRGNAM=smc_music
-VERSION=${VERSION:-4.1}
-ARCH=noarch
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-# The music pack file name
-# This is not always consistent, so check it
-MUSICPACK=${MUSICPACK:-SMC_[Mm]usic_${VERSION}_high.zip}
-
-set -e
-
-mkdir -p $TMP $OUTPUT
-rm -rf $PKG
-mkdir -p $PKG
-cd $PKG
-unzip $CWD/$MUSICPACK
-
-mkdir -p $PKG/usr/share/$(echo $PRGNAM | cut -d"_" -f1) \
- $PKG/usr/doc/$PRGNAM-$VERSION \
- $PKG/install
-
-mv -v data/music $PKG/usr/share/$(echo $PRGNAM | cut -d"_" -f1)
-rmdir data
-
-mv -v docs/* $PKG/usr/doc/$PRGNAM-$VERSION/
-rmdir docs
-
-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 {} \;
-
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/games/smc_music/smc_music.info b/games/smc_music/smc_music.info
deleted file mode 100644
index dd984d84ae..0000000000
--- a/games/smc_music/smc_music.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="smc_music"
-VERSION="4.1"
-HOMEPAGE="http://www.secretmaryo.org/"
-DOWNLOAD="http://downloads.sourceforge.net/smclone/SMC_Music_4.1_high.zip"
-MD5SUM="f0d5fad6f1d0387bd909c93226698ba9"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Phillip Warner"
-EMAIL="pc_warner@yahoo.com"