games/an: Updated for version 1.2.
This commit is contained in:
parent
2b7b2efae3
commit
94a28a2301
|
@ -6,14 +6,19 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20160804 bkw: Updated to 1.2. Apparently 1.2 is a release by the
|
||||
# maintainer(s) of the Debian an package, not the original author...
|
||||
# but the old 0.95 was segfaulting when built with gcc5. Also, the
|
||||
# new version has Unicode support.
|
||||
|
||||
PRGNAM=an
|
||||
VERSION=${VERSION:-0.95_2}
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -24,8 +29,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -51,7 +56,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG/usr/{games,man/man6} $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf ${PRGNAM}-${SRCVER}
|
||||
tar xvf $CWD/${PRGNAM}_$TARVER.tar.gz
|
||||
tar xvf $CWD/${PRGNAM}_$TARVER.orig.tar.xz
|
||||
cd ${PRGNAM}-$SRCVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -60,12 +65,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Slackware's dictionary is in /usr/share/dict/words (not /usr/dict/words).
|
||||
# an's default dictionary is also /usr/share/dict/words, but the README and
|
||||
# man page incorrectly state /usr/dict/words.
|
||||
patch -p1 < $CWD/usr_share_dict_words_docs.diff
|
||||
|
||||
make MANDIR=/usr/man/man6 DEFS="$SLKCFLAGS"
|
||||
make MANDIR=/usr/man/man6 CC="gcc $SLKCFLAGS"
|
||||
make install DESTDIR=$PKG MANDIR=$PKG/usr/man/man6
|
||||
|
||||
strip $PKG/usr/games/$PRGNAM
|
||||
|
@ -73,9 +73,7 @@ gzip -9 $PKG/usr/man/man6/$PRGNAM.6
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
cp \
|
||||
COPY* DICTIONARY EXAMPLE.ANAGRAMS HINTS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp ALGORITHM COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/*
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
@ -92,7 +90,7 @@ if [ -e $CWD/$GUI_IN ]; then
|
|||
mkdir -p $PKG/usr/share/applications $PKG/usr/share/pixmaps
|
||||
cp $CWD/$GUI_OUT.desktop $PKG/usr/share/applications
|
||||
|
||||
# TODO: Anyone want to design a real icon? IANAGD...
|
||||
# TODO: Anyone want to design a real icon? IANAGD...
|
||||
cp $CWD/$GUI_OUT.png $PKG/usr/share/pixmaps
|
||||
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="an"
|
||||
VERSION="0.95_2"
|
||||
HOMEPAGE="http://fatphil.org/words/an.html"
|
||||
DOWNLOAD="http://fatphil.org/words/an_0.95-2.tar.gz"
|
||||
MD5SUM="6e3e94e15efceca0d15267d5b462913e"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="https://packages.debian.org/sid/an"
|
||||
DOWNLOAD="http://http.debian.net/debian/pool/main/a/an/an_1.2.orig.tar.xz"
|
||||
MD5SUM="1f3465bfe2cc4458f75a7a42037b475c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
diff -Naur an-0.95.orig/README an-0.95/README
|
||||
--- an-0.95.orig/README 2001-03-17 08:58:48.000000000 -0500
|
||||
+++ an-0.95/README 2010-01-26 22:56:44.000000000 -0500
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Generates anagrams for a phrase supplied by the user, the words used in the
|
||||
anagram are taken from a specified dictionary which should contain one
|
||||
-word per line (default:/usr/dict/words).
|
||||
+word per line (default:/usr/share/dict/words).
|
||||
|
||||
Read INSTALL for instructions on installing.
|
||||
|
||||
diff -Naur an-0.95.orig/an.6 an-0.95/an.6
|
||||
--- an-0.95.orig/an.6 2000-11-13 19:37:48.000000000 -0500
|
||||
+++ an-0.95/an.6 2010-01-26 22:56:59.000000000 -0500
|
||||
@@ -11,7 +11,7 @@
|
||||
.SH DESCRIPTION
|
||||
.B an
|
||||
finds all anagrams which can be made from the letters in \fBPHRASE\fP,
|
||||
-using words in the specified dictionary (default=/usr/dict/words).
|
||||
+using words in the specified dictionary (default=/usr/share/dict/words).
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.I \-w, --words
|
Loading…
Reference in New Issue