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

emacs-po-mode: fix bdeps
author Dominique Corbex <domcox@slitaz.org>
date Fri Feb 22 23:05:07 2013 +0100 (2013-02-22)
parents
children 2b9f96603415
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"
erjo@13444 8 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13444 9 SOURCE="bsfilter_plugin"
erjo@13444 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13444 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13444 12
erjo@13444 13 DEPENDS="claws-mail"
erjo@13444 14 BUILD_DEPENDS="claws-mail-dev"
erjo@13444 15
erjo@13444 16 # Rules to configure and make the package.
erjo@13444 17 compile_rules()
erjo@13444 18 {
erjo@13444 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13444 20 }
erjo@13444 21
erjo@13444 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13444 23 genpkg_rules()
erjo@13444 24 {
erjo@13444 25 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13444 26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13444 27 $fs/usr/lib/claws-mail/plugins
erjo@13444 28 }