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

up: glpi (0.78.2) + improve install
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 03 17:09:38 2011 +0100 (2011-02-03)
parents a154e82f1e31
children c02b5b7dd517
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 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 }