wok view claws-mail-spam_report/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 5593122e8c36
children 4816906b39a1
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-spam_report"
4 VERSION="0.3.14"
5 CATEGORY="network"
6 SHORT_DESC="Reports spam to various places"
7 MAINTAINER="erjo@slitaz.org"
8 SOURCE="spam_report"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.claws-mail.org"
11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
13 DEPENDS="claws-mail libcurl"
14 BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib/claws-mail/plugins
28 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \
29 $fs/usr/lib/claws-mail/plugins
30 }