wok annotate claws-mail-bsfilter/receipt @ rev 15274

mingw32-gcc: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 16:27:31 2013 +0000 (2013-09-25)
parents 7a7bdfcc85f9
children 95f0c340fe01
rev   line source
erjo@13444 1 # SliTaz package receipt.
erjo@13444 2
erjo@13444 3 PACKAGE="claws-mail-bsfilter"
erjo@13444 4 VERSION="1.0.8"
erjo@13444 5 CATEGORY="network"
erjo@13444 6 SHORT_DESC="Check all recieved message with BSFilter"
erjo@13444 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@13444 9 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13444 10 SOURCE="bsfilter_plugin"
erjo@13444 11 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13444 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13444 13
erjo@13444 14 DEPENDS="claws-mail"
erjo@13444 15 BUILD_DEPENDS="claws-mail-dev"
erjo@13444 16
erjo@13444 17 # Rules to configure and make the package.
erjo@13444 18 compile_rules()
erjo@13444 19 {
erjo@13444 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@13444 21 }
erjo@13444 22
erjo@13444 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13444 24 genpkg_rules()
erjo@13444 25 {
erjo@13444 26 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13444 27 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13444 28 $fs/usr/lib/claws-mail/plugins
erjo@13444 29 }