summaryrefslogtreecommitdiffstats
path: root/games/fortune_firefly/fortune_firefly.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-13 00:26:18 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:26:18 +0200
commit78584541542195270e1238d1b36be4c93af321fb (patch)
tree2a15aca29f9f5f94c797fce2e54cbac137aea871 /games/fortune_firefly/fortune_firefly.SlackBuild
parentf7cd3d2e23aed2fefdb61dde57b79603cccc3748 (diff)
downloadslackbuilds-78584541542195270e1238d1b36be4c93af321fb.tar.gz
slackbuilds-78584541542195270e1238d1b36be4c93af321fb.tar.xz
games/fortune_firefly: Updated for version 2.1.1
Diffstat (limited to 'games/fortune_firefly/fortune_firefly.SlackBuild')
-rw-r--r--games/fortune_firefly/fortune_firefly.SlackBuild24
1 files changed, 8 insertions, 16 deletions
diff --git a/games/fortune_firefly/fortune_firefly.SlackBuild b/games/fortune_firefly/fortune_firefly.SlackBuild
index 1eb37130a2..e1d7d23641 100644
--- a/games/fortune_firefly/fortune_firefly.SlackBuild
+++ b/games/fortune_firefly/fortune_firefly.SlackBuild
@@ -4,7 +4,6 @@
# Written by B. Watson (yalhcru@gmail.com)
-
# I prefer the underscore in the Slackware package name, so
# bit of tomfoolery here with SRCNAM.
# Also, the $#@^#^ upstream tarball doesn't create a top-level directory...
@@ -23,33 +22,26 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
-rm -rf $PKG $TMP/$SRCNAM
-mkdir -p $TMP/$SRCNAM $PKG $OUTPUT
-cd $TMP/$SRCNAM
-tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+rm -rf $PKG
+mkdir -p $PKG $OUTPUT
mkdir -p $PKG/usr/share/games/fortunes
-cp firefly $PKG/usr/share/games/fortunes
+cd $PKG/usr/share/games/fortunes
+tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2
# The firefly.dat file in the archive doesn't work with the Slackware
# version of fortune (not sure if it's bad, or for a different fork
# of the fortune code, or what). So generate a valid firefly.dat.
# strfile is part of bsd-games.
-
-( cd $PKG/usr/share/games/fortunes && strfile firefly )
+rm -f firefly.dat
+strfile firefly
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp $CWD/README $PKG/usr/doc/$PRGNAM-$VERSION/README
+cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README
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
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}