summaryrefslogtreecommitdiffstats
path: root/audio/puddletag/puddletag.SlackBuild
diff options
context:
space:
mode:
author Bill Kirkpatrick2011-07-19 14:20:07 +0200
committer Robby Workman2011-07-22 05:52:12 +0200
commit5cf142a29f11d10daf37ec55951667fa222b27a6 (patch)
tree424474c2a7fc5c380c84dc1ca96cb82d59933e6f /audio/puddletag/puddletag.SlackBuild
parentda3d72fa1bb68970e05cf57e9a459d3539c33089 (diff)
downloadslackbuilds-5cf142a29f11d10daf37ec55951667fa222b27a6.tar.gz
audio/puddletag: Updated for version 0.10.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/puddletag/puddletag.SlackBuild')
-rw-r--r--audio/puddletag/puddletag.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/audio/puddletag/puddletag.SlackBuild b/audio/puddletag/puddletag.SlackBuild
index ed3e4b4172..531d0e1799 100644
--- a/audio/puddletag/puddletag.SlackBuild
+++ b/audio/puddletag/puddletag.SlackBuild
@@ -5,7 +5,7 @@
# Written by Bill Kirkpatrick <bkirkp@gmail.com>
PRGNAM=puddletag
-VERSION=${VERSION:-0.10.3}
+VERSION=${VERSION:-0.10.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,8 +56,13 @@ python setup.py install --root=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+cp -R $PKG/usr/share/man $PKG/usr
+rm -rf $PKG/usr/share/man
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a HACKING NEWS README THANKS TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a HACKING PKG-INFO README THANKS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install