games/fortune_doctor_who: Updated for version 20150503.

This commit is contained in:
B. Watson 2016-08-01 14:04:07 -04:00 committed by Willy Sudiarto Raharjo
parent 99d5b840db
commit a0e189f28b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 6 deletions

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=fortune_doctor_who PRGNAM=fortune_doctor_who
VERSION=${VERSION:-20140818} VERSION=${VERSION:-20150503}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} 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 "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 # the formatting). Someone really needs to manually clean it up, maybe I will
# someday. # someday.
for i in 01-08 09 10 11; do for i in 01-08 09 10 11 12; do
unzip $CWD/Doctor_Who$i-quotes.zip unzip $CWD/Doctor_Who$i-quotes.zip
sed 's/\r//' Doctor_Who$i.txt | fmt -s >> $PKG/usr/share/games/fortunes/doctor_who sed 's/\r//' Doctor_Who$i.txt | fmt -s >> $PKG/usr/share/games/fortunes/doctor_who
done done

View file

@ -1,14 +1,16 @@
PRGNAM="fortune_doctor_who" PRGNAM="fortune_doctor_who"
VERSION="20140818" VERSION="20150503"
HOMEPAGE="http://www.innermind.com/software/quotes/files/qfiles.htm" HOMEPAGE="http://www.innermind.com/software/quotes/files/qfiles.htm"
DOWNLOAD="http://www.innermind.com/software/quotes/files/Doctor_Who01-08-quotes.zip \ DOWNLOAD="http://www.innermind.com/software/quotes/files/Doctor_Who01-08-quotes.zip \
http://www.innermind.com/software/quotes/files/Doctor_Who10-quotes.zip \ 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_Who11-quotes.zip \
http://www.innermind.com/software/quotes/files/Doctor_Who09-quotes.zip" http://www.innermind.com/software/quotes/files/Doctor_Who09-quotes.zip \
http://www.innermind.com/software/quotes/files/Doctor_Who12-quotes.zip"
MD5SUM="e26d5ff60423ebd48b28e4e200d4b22f \ MD5SUM="e26d5ff60423ebd48b28e4e200d4b22f \
4431eeaf5e0f469ccff6d59eaa12bd68 \ 4431eeaf5e0f469ccff6d59eaa12bd68 \
b1dcb79c724c92956726cf800ef420b2 \ 13f25a1f6e37c1abd3963de90159db57 \
c3d97d7600c04f3cc2afedc2283718ad" c3d97d7600c04f3cc2afedc2283718ad \
92e0b72c92d5cf7b05cf61979b7f0cd3"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""