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

linux-vide: add lcd module + up linux-eeepc-wmi receipt
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 29 21:33:21 2010 +0200 (2010-05-29)
parents 727a8586dc83
children da1eeac12953
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-spam_report"
4 VERSION="0.3.11"
5 CATEGORY="newtwork"
6 SHORT_DESC="Reports spam to various places"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail"
9 BUILD_DEPENDS="claws-mail-dev"
10 SOURCE="spam_report"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://www.claws-mail.org"
13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make && make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib/claws-mail/plugins
31 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \
32 $fs/usr/lib/claws-mail/plugins
33 }