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

broadcom-wl: run xz in compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 08 11:31:53 2013 +0000 (2013-12-08)
parents 4816906b39a1
children 95f0c340fe01
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 LICENSE="GPL3"
9 SOURCE="spam_report"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.claws-mail.org"
12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
14 DEPENDS="claws-mail libcurl"
15 BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib/claws-mail/plugins
29 cp -a $install/usr/lib/claws-mail/plugins/*.so* \
30 $fs/usr/lib/claws-mail/plugins
31 }