wok annotate claws-mail-spam_report/receipt @ rev 10309

tilda: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 21:22:39 2011 +0000 (2011-05-21)
parents c02b5b7dd517
children 5593122e8c36
rev   line source
erjo@3654 1 # SliTaz package receipt.
erjo@3654 2
erjo@3654 3 PACKAGE="claws-mail-spam_report"
erjo@5502 4 VERSION="0.3.11"
jozee@5706 5 CATEGORY="network"
erjo@3654 6 SHORT_DESC="Reports spam to various places"
erjo@3654 7 MAINTAINER="erjo@slitaz.org"
erjo@3654 8 SOURCE="spam_report"
erjo@3654 9 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@3654 10 WEB_SITE="http://www.claws-mail.org"
erjo@3654 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@3654 12
pankso@9892 13 DEPENDS="claws-mail libcurl"
pankso@9892 14 BUILD_DEPENDS="claws-mail-dev curl-dev"
pankso@9892 15
erjo@3654 16 # Rules to configure and make the package.
erjo@3654 17 compile_rules()
erjo@3654 18 {
erjo@3654 19 cd $src
slaxemulator@10292 20 ./configure $CONFIGURE_ARGS &&
slaxemulator@10292 21 make && make install
erjo@3654 22 }
erjo@3654 23
erjo@3654 24 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@3654 25 genpkg_rules()
erjo@3654 26 {
pankso@4092 27 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@3654 28 cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \
pankso@9892 29 $fs/usr/lib/claws-mail/plugins
erjo@3654 30 }