diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-06-03 21:39:59 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-06-03 21:39:59 +0000 |
commit | 36a8822a5ec32426f6b7d7a0b585d1b493d78552 (patch) | |
tree | f9b1c2f8145b821d2f3fff452371e298ee739460 /games-fps/alephone/files | |
parent | Push back to ~x86 (diff) | |
download | historical-36a8822a5ec32426f6b7d7a0b585d1b493d78552.tar.gz historical-36a8822a5ec32426f6b7d7a0b585d1b493d78552.tar.bz2 historical-36a8822a5ec32426f6b7d7a0b585d1b493d78552.zip |
Wrapper rewritten, bug #135428
Package-Manager: portage-2.1_rc3-r4
Diffstat (limited to 'games-fps/alephone/files')
-rw-r--r-- | games-fps/alephone/files/alephone.sh | 28 | ||||
-rw-r--r-- | games-fps/alephone/files/digest-alephone-20060506-r1 | 3 |
2 files changed, 31 insertions, 0 deletions
diff --git a/games-fps/alephone/files/alephone.sh b/games-fps/alephone/files/alephone.sh new file mode 100644 index 000000000000..62ac98f85770 --- /dev/null +++ b/games-fps/alephone/files/alephone.sh @@ -0,0 +1,28 @@ +#!/bin/sh + +DIR=$(dirname "${0}") +CMD=$(basename "${0}") +ALEPHONE=${CMD%%.sh} + +if [[ -z "${1}" ]] +then + echo "Usage: ${0} SCENARIO FLAGS" + echo "Where SCENARIO is one of:" + for d in "GAMES_DATADIR"/alephone-* + do + echo " ${d##*/alephone-}" + done + exit 2 +fi + +export ALEPHONE_DATA="GAMES_DATADIR/alephone-${1}" + +shift + +# kill ARTS, because we're just that nice +if artsshell terminate 2> /dev/null +then + sleep 2 +fi + +"${DIR}"/"${ALEPHONE}" "$@" diff --git a/games-fps/alephone/files/digest-alephone-20060506-r1 b/games-fps/alephone/files/digest-alephone-20060506-r1 new file mode 100644 index 000000000000..01aa3fa7e522 --- /dev/null +++ b/games-fps/alephone/files/digest-alephone-20060506-r1 @@ -0,0 +1,3 @@ +MD5 7daead26056dfe33732cc8d5169ba489 AlephOne-20060506.tar.gz 6272060 +RMD160 857f0534dd1387fcac4dd9a10628a6250666a970 AlephOne-20060506.tar.gz 6272060 +SHA256 4ab9630ae8e0bb76429d82793c70035c9d1d2a2eeea6abcbccd82e0b7940e402 AlephOne-20060506.tar.gz 6272060 |