diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2013-03-11 19:30:09 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:39 -0400 |
commit | a7b52a8fbf9dddc052902cbf51aa53ed602e97a1 (patch) | |
tree | 4e1a6ca523ecc9a259c15a8d298a1195c8b0e002 /system/clamtk/clamtk.SlackBuild | |
parent | 679b859ac1a30bcf61e7034ab259a0ecdd8f8129 (diff) |
system/clamtk: Updated for version 4.44.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/clamtk/clamtk.SlackBuild')
-rw-r--r-- | system/clamtk/clamtk.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/system/clamtk/clamtk.SlackBuild b/system/clamtk/clamtk.SlackBuild index 0602da3694c0..d00e82d31cad 100644 --- a/system/clamtk/clamtk.SlackBuild +++ b/system/clamtk/clamtk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for clamtk -# Copyright 2012 Petar Petrov, ppetrov@paju.oulu.fi +# Copyright 2012-2013 Petar Petrov, ppetrov@paju.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,13 +22,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# With help from the clamtk PKGBUILD from Arch linux AUR. -# Submitter and maintainer is billy. Thank you! -# http://aur.archlinux.org/packages/cl/clamtk/PKGBUILD +# With help and dependencies information from clamtk at Arch linux AUR: +# https://aur.archlinux.org/packages/clamtk/ PRGNAM=clamtk -VERSION=${VERSION:-4.39} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.44} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -90,7 +89,7 @@ install -D -m644 $PRGNAM.1.gz $PKG/usr/man/man1/$PRGNAM.1.gz mkdir -p $PKG/usr/share/{applications,pixmaps} cp $PRGNAM.desktop $PKG/usr/share/applications -cp $PRGNAM.png $PKG/usr/share/pixmaps +cp images/$PRGNAM.png $PKG/usr/share/pixmaps find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true @@ -100,7 +99,6 @@ cp -a \ CHANGES DISCLAIMER LICENSE README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cat $CWD/$PRGNAM.sqf > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.sqf mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |