system/clamtk: Updated for version 4.44.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
679b859ac1
commit
a7b52a8fbf
|
@ -1,7 +1,4 @@
|
||||||
ClamTk is a frontend for ClamAV using Gtk2-perl. It is intended to be
|
ClamTk is a frontend for ClamAV using Gtk2-perl. It is intended to be
|
||||||
an easy to use, light-weight, on-demand scanner for Linux systems.
|
an easy to use, light-weight, on-demand scanner for Linux systems.
|
||||||
|
|
||||||
The provided queue file (clamtk.sqf) has the complete build order of
|
|
||||||
everything you need.
|
|
||||||
|
|
||||||
If you are using XFCE you may wish to install thunar-sendto-clamtk.
|
If you are using XFCE you may wish to install thunar-sendto-clamtk.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for clamtk
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
# With help from the clamtk PKGBUILD from Arch linux AUR.
|
# With help and dependencies information from clamtk at Arch linux AUR:
|
||||||
# Submitter and maintainer is billy. Thank you!
|
# https://aur.archlinux.org/packages/clamtk/
|
||||||
# http://aur.archlinux.org/packages/cl/clamtk/PKGBUILD
|
|
||||||
|
|
||||||
PRGNAM=clamtk
|
PRGNAM=clamtk
|
||||||
VERSION=${VERSION:-4.39}
|
VERSION=${VERSION:-4.44}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
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}
|
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||||
cp $PRGNAM.desktop $PKG/usr/share/applications
|
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 \
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
@ -100,7 +99,6 @@ cp -a \
|
||||||
CHANGES DISCLAIMER LICENSE README \
|
CHANGES DISCLAIMER LICENSE README \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
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
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="clamtk"
|
PRGNAM="clamtk"
|
||||||
VERSION="4.39"
|
VERSION="4.44"
|
||||||
HOMEPAGE="http://clamtk.sourceforge.net/"
|
HOMEPAGE="http://clamtk.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/clamtk/ClamTk/4.39/clamtk-4.39.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/project/clamtk/ClamTk/4.44/clamtk-4.44.tar.gz"
|
||||||
MD5SUM="d32651709064b42a047807820cdfa085"
|
MD5SUM="aca4d85bd6361f8e0449205424b3541d"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="clamav libwww-perl locale-gettext perl-Date-Calc perl-gtk2 perl-net-dns"
|
REQUIRES="libwww-perl locale-gettext perl-Date-Calc perl-net-dns perl-http-message perl-File-Find-Rule perl-gtk2 clamav"
|
||||||
MAINTAINER="Petar Petrov"
|
MAINTAINER="Petar Petrov"
|
||||||
EMAIL="ppetrov@paju.oulu.fi"
|
EMAIL="ppetrov@paju.oulu.fi"
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
# Build queue for clamtk
|
|
||||||
perl-Sub-Uplevel
|
|
||||||
perl-Test-Exception
|
|
||||||
perl-Carp-Clan
|
|
||||||
perl-Bit-Vector
|
|
||||||
perl-Date-Calc
|
|
||||||
perl-html-tagset
|
|
||||||
perl-html-parser
|
|
||||||
perl-encode-locale
|
|
||||||
perl-uri-escape
|
|
||||||
perl-http-date
|
|
||||||
perl-lwp-mediatypes
|
|
||||||
perl-file-listing
|
|
||||||
perl-net-http
|
|
||||||
perl-www-robotrules
|
|
||||||
perl-http-message
|
|
||||||
perl-http-negotiate
|
|
||||||
perl-http-cookies
|
|
||||||
perl-http-daemon
|
|
||||||
libwww-perl
|
|
||||||
locale-gettext
|
|
||||||
perl-Text-Glob
|
|
||||||
perl-Number-Compare
|
|
||||||
perl-File-Find-Rule
|
|
||||||
perl-net-ip
|
|
||||||
perl-digest-sha1
|
|
||||||
perl-digest-hmac
|
|
||||||
perl-net-dns
|
|
||||||
perl-extutils-pkgconfig
|
|
||||||
perl-extutils-depends
|
|
||||||
perl-glib
|
|
||||||
perl-test-number-delta
|
|
||||||
perl-cairo
|
|
||||||
perl-pango
|
|
||||||
perl-gtk2
|
|
||||||
clamav
|
|
||||||
clamtk
|
|
|
@ -1,8 +1,8 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
|
|
Loading…
Reference in New Issue