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

Down webkit-r (99690) don't need gcc 4.7
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 07 20:34:59 2013 +0200 (2013-04-07)
parents 37edf96ed983
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-spam_report"
4 VERSION="0.3.16"
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 }