wok-6.x view claws-mail-spam_report/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
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 }