diff options
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 0602da3694..d00e82d31c 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 |