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

Up: glibmm to 2.28.1. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 07:11:17 2011 +0000 (2011-05-20)
parents da1eeac12953
children 0e02391c1e88
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-spam_report"
4 VERSION="0.3.11"
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"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && 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 $_pkg/usr/lib/claws-mail/plugins/*.so* \
28 $fs/usr/lib/claws-mail/plugins
29 }