games/tmwmusic: Added to 12.2 repository

This commit is contained in:
Erik Hanson 2010-05-12 23:29:34 +02:00 committed by David Somero
parent 8b9f7f9e3e
commit 6eb3c30427
4 changed files with 67 additions and 0 deletions

1
games/tmwmusic/README Normal file
View file

@ -0,0 +1 @@
This is the add-on music package for the game The Mana World.

19
games/tmwmusic/slack-desc Normal file
View file

@ -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 ':'.
|-----handy-ruler------------------------------------------------------|
tmwmusic: TMWMusic (Music for the game The Mana World)
tmwmusic:
tmwmusic: This is the add-on music package for the game The Mana World.
tmwmusic:
tmwmusic:
tmwmusic:
tmwmusic:
tmwmusic:
tmwmusic:
tmwmusic:
tmwmusic:

View file

@ -0,0 +1,39 @@
#!/bin/sh
# Slackware build script for tmwmusic
# Written by Erik Hanson erik@slackbuilds.org
PRGNAM=tmwmusic
VERSION=0.2
ARCH=noarch
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
mkdir -p $PKG/usr/share/tmw/data/music
cp -av data/music/* $PKG/usr/share/tmw/data/music/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README COPYING $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.tgz

View file

@ -0,0 +1,8 @@
PRGNAM="tmwmusic"
VERSION="0.2"
HOMEPAGE="http://themanaworld.org/"
DOWNLOAD="http://downloads.sourceforge.net/themanaworld/tmwmusic-0.2.tar.gz"
MD5SUM="66c9141d48a7e2ac34e7ab66298ee73c"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="dsomero"