mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/puddletag: Updated for version 0.10.6.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
da3d72fa1b
commit
5cf142a29f
2 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="puddletag"
|
||||
VERSION="0.10.3"
|
||||
VERSION="0.10.6"
|
||||
HOMEPAGE="http://puddletag.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/puddletag/puddletag-0.10.3.tar.gz"
|
||||
MD5SUM="e42186ed3878ea3565259076c1509835"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/puddletag/puddletag-0.10.6.tar.gz"
|
||||
MD5SUM="b9b09e33517ca20bd5598791332d6c18"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Bill Kirkpatrick"
|
||||
EMAIL="bkirkp@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue