wok rev 23058

Up claws-mail-perl (3.17.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 17:11:49 2020 +0100 (2020-03-07)
parents 37aaa01a6b70
children 8c1913fa8aeb
files claws-mail-perl/receipt perl-dev/receipt
line diff
     1.1 --- a/claws-mail-perl/receipt	Sat Mar 07 16:51:42 2020 +0100
     1.2 +++ b/claws-mail-perl/receipt	Sat Mar 07 17:11:49 2020 +0100
     1.3 @@ -1,30 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-perl"
     1.7 -VERSION="0.9.19"
     1.8 +VERSION="3.17.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Perl interface to Claws Mail' filtering mechanism."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://www.claws-mail.org/plugins.php"
    1.14 -SOURCE="perl_plugin"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://www.claws-mail.org/downloads/plugins/$TARBALL"
    1.17  
    1.18 -DEPENDS="claws-mail"
    1.19 -BUILD_DEPENDS="claws-mail-dev enchant-dev"
    1.20 -
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	./configure $CONFIGURE_ARGS && make && make install
    1.25 -}
    1.26 +DEPENDS="claws-mail perl-dev"
    1.27 +WANTED="claws-mail"
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -		mkdir -p $fs/usr/lib/claws-mail/plugins
    1.33 -		cp -a $install/usr/lib/claws-mail/plugins/*.so \
    1.34 +	mkdir -p $fs/usr/lib/claws-mail/plugins
    1.35 +	cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \
    1.36  			$fs/usr/lib/claws-mail/plugins
    1.37  }
    1.38 -
     2.1 --- a/perl-dev/receipt	Sat Mar 07 16:51:42 2020 +0100
     2.2 +++ b/perl-dev/receipt	Sat Mar 07 17:11:49 2020 +0100
     2.3 @@ -3,7 +3,7 @@
     2.4  PACKAGE="perl-dev"
     2.5  VERSION="5.14.1"
     2.6  CATEGORY="development"
     2.7 -SHORT_DESC="Full Perl interpreter and modules with libperl.so."
     2.8 +SHORT_DESC="Full Perl interpreter and modules using libperl.so."
     2.9  MAINTAINER="pankso@slitaz.org"
    2.10  LICENSE="GPL"
    2.11  SOURCE="perl"
    2.12 @@ -12,6 +12,7 @@
    2.13  BUILD_DEPENDS="db gdbm zlib less"
    2.14  WEB_SITE="http://www.perl.org/"
    2.15  WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL"
    2.16 +PROVIDE="perl"
    2.17  
    2.18  # Rules to compile & install the temporary toolchain.
    2.19  cook_tmp_toolchain()