mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/fortune_doctor_who: Updated for version 20150503.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
06c229e020
commit
7dd5329406
2 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=fortune_doctor_who
|
||||
VERSION=${VERSION:-20150503}
|
||||
VERSION=${VERSION:-20200108}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -34,7 +34,7 @@ mkdir -p $PKG/usr/share/games/fortunes
|
|||
# The "fmt -s" splits long lines (which is at least a start at de-uglifying
|
||||
# the formatting). Someone really needs to manually clean it up, maybe I will
|
||||
# someday.
|
||||
for i in 01-08 09 10 11 12; do
|
||||
for i in 01-08 09 10 11 12 13; do
|
||||
unzip $CWD/Doctor_Who$i-quotes.zip
|
||||
sed 's/\r//' Doctor_Who$i.txt | fmt -s >> $PKG/usr/share/games/fortunes/doctor_who
|
||||
done
|
||||
|
|
|
@ -5,12 +5,14 @@ DOWNLOAD="http://www.innermind.com/software/quotes/files/Doctor_Who01-08-quotes.
|
|||
http://www.innermind.com/software/quotes/files/Doctor_Who10-quotes.zip \
|
||||
http://www.innermind.com/software/quotes/files/Doctor_Who11-quotes.zip \
|
||||
http://www.innermind.com/software/quotes/files/Doctor_Who09-quotes.zip \
|
||||
http://www.innermind.com/software/quotes/files/Doctor_Who12-quotes.zip"
|
||||
http://www.innermind.com/software/quotes/files/Doctor_Who12-quotes.zip \
|
||||
http://www.innermind.com/software/quotes/files/Doctor_Who13-quotes.zip"
|
||||
MD5SUM="e26d5ff60423ebd48b28e4e200d4b22f \
|
||||
4431eeaf5e0f469ccff6d59eaa12bd68 \
|
||||
13f25a1f6e37c1abd3963de90159db57 \
|
||||
c3d97d7600c04f3cc2afedc2283718ad \
|
||||
0ef08a18183b5745ada718834249a91c"
|
||||
0ef08a18183b5745ada718834249a91c \
|
||||
4260bde8fa39e3c86bf16d255c57542c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue