wok annotate claws-mail-perl/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents 40e6941edbf2
children 8131df4d4b73
rev   line source
erjo@13453 1 # SliTaz package receipt.
erjo@13453 2
erjo@13453 3 PACKAGE="claws-mail-perl"
erjo@13453 4 VERSION="0.9.19"
erjo@13453 5 CATEGORY="network"
erjo@13453 6 SHORT_DESC="Perl interface to Claws Mail' filtering mechanism."
erjo@13453 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pascal@20421 9 WEB_SITE="https://www.claws-mail.org/plugins.php"
erjo@13453 10 SOURCE="perl_plugin"
erjo@13453 11 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20421 12 WGET_URL="https://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13453 13
pascal@16635 14 DEPENDS="claws-mail"
pascal@16635 15 BUILD_DEPENDS="claws-mail-dev enchant-dev"
erjo@13453 16
erjo@13453 17 # Rules to configure and make the package.
erjo@13453 18 compile_rules()
erjo@13453 19 {
erjo@13453 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@13453 21 }
erjo@13453 22
erjo@13453 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13453 24 genpkg_rules()
erjo@13453 25 {
erjo@13453 26 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13453 27 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13453 28 $fs/usr/lib/claws-mail/plugins
erjo@13453 29 }