wok view claws-mail-perl/receipt @ rev 21178

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