wok-next diff clamtk/receipt @ rev 13075
Up: activerecord to 3.2.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jun 25 08:37:06 2012 +0000 (2012-06-25) |
parents | f99bd1784ef1 |
children | 18dff2eb17c1 |
line diff
1.1 --- a/clamtk/receipt Fri May 20 19:32:54 2011 +0000 1.2 +++ b/clamtk/receipt Mon Jun 25 08:37:06 2012 +0000 1.3 @@ -1,25 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="clamtk" 1.7 -VERSION="4.32" 1.8 +VERSION="4.36" 1.9 CATEGORY="network" 1.10 SHORT_DESC="ClamTk is a GUI front-end for ClamAV using gtk2-perl." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 -DEPENDS="clamav perl-gtk2 perl perl-date-calc perl-file-find-rule \ 1.13 -perl-libwww perl-locale-gettext perl-net-dns udev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://clamtk.sourceforge.net/" 1.16 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.17 1.18 +DEPENDS="clamav perl-gtk2 perl perl-date-calc perl-file-find-rule \ 1.19 +perl-libwww perl-locale-gettext perl-net-dns udev" 1.20 +BUILD_DEPENDS="" 1.21 + 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 install -Dm755 $src/clamtk $fs/usr/bin/clamtk 1.26 1.27 # libs 1.28 - PERL_VER=$(grep ^VERSION= $WOK/perl/receipt | cut -d "=" -f2 | sed -e 's/"//g') 1.29 for n in $src/lib/* ; do 1.30 - install -Dm644 $n $fs/usr/lib/perl5/$PERL_VER/ClamTk/`basename $n` 1.31 + install -Dm644 $n $fs/usr/share/perl5/site_perl/ClamTk/`basename $n` 1.32 done 1.33 1.34 #localization