wok diff claws-mail-perl/receipt @ rev 23342
updated perl-http-cookies (6.01 -> 6.08)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:07:34 2020 +0100 (2020-03-31) |
parents | 8131df4d4b73 |
children | 740670fa4830 |
line diff
1.1 --- a/claws-mail-perl/receipt Mon Jan 27 09:33:23 2020 +0100 1.2 +++ b/claws-mail-perl/receipt Tue Mar 31 09:07:34 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 -