# HG changeset patch # User Pascal Bellard # Date 1583597509 -3600 # Node ID 74421a6c9fbb5df56dcb33f9b2f83de642454b24 # Parent 37aaa01a6b70542fa81e378882d0c98db7a6595e Up claws-mail-perl (3.17.5) diff -r 37aaa01a6b70 -r 74421a6c9fbb claws-mail-perl/receipt --- a/claws-mail-perl/receipt Sat Mar 07 16:51:42 2020 +0100 +++ b/claws-mail-perl/receipt Sat Mar 07 17:11:49 2020 +0100 @@ -1,30 +1,20 @@ # SliTaz package receipt. PACKAGE="claws-mail-perl" -VERSION="0.9.19" +VERSION="3.17.5" CATEGORY="network" SHORT_DESC="Perl interface to Claws Mail' filtering mechanism." MAINTAINER="erjo@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.claws-mail.org/plugins.php" -SOURCE="perl_plugin" -TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://www.claws-mail.org/downloads/plugins/$TARBALL" -DEPENDS="claws-mail" -BUILD_DEPENDS="claws-mail-dev enchant-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure $CONFIGURE_ARGS && make && make install -} +DEPENDS="claws-mail perl-dev" +WANTED="claws-mail" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/claws-mail/plugins - cp -a $install/usr/lib/claws-mail/plugins/*.so \ + mkdir -p $fs/usr/lib/claws-mail/plugins + cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE##*-}.so \ $fs/usr/lib/claws-mail/plugins } - diff -r 37aaa01a6b70 -r 74421a6c9fbb perl-dev/receipt --- a/perl-dev/receipt Sat Mar 07 16:51:42 2020 +0100 +++ b/perl-dev/receipt Sat Mar 07 17:11:49 2020 +0100 @@ -3,7 +3,7 @@ PACKAGE="perl-dev" VERSION="5.14.1" CATEGORY="development" -SHORT_DESC="Full Perl interpreter and modules with libperl.so." +SHORT_DESC="Full Perl interpreter and modules using libperl.so." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" SOURCE="perl" @@ -12,6 +12,7 @@ BUILD_DEPENDS="db gdbm zlib less" WEB_SITE="http://www.perl.org/" WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL" +PROVIDE="perl" # Rules to compile & install the temporary toolchain. cook_tmp_toolchain()