wok annotate claws-mail-clamd/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents
children 2b9f96603415
rev   line source
erjo@13445 1 # SliTaz package receipt.
erjo@13445 2
erjo@13445 3 PACKAGE="claws-mail-clamd"
erjo@13445 4 VERSION="3.5.4"
erjo@13445 5 CATEGORY="network"
erjo@13445 6 SHORT_DESC="Scans recieved message with Clam AV"
erjo@13445 7 MAINTAINER="erjo@slitaz.org"
erjo@13445 8 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13445 9 SOURCE="clamd"
erjo@13445 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13445 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13445 12
erjo@13445 13 DEPENDS="claws-mail clamav"
erjo@13445 14 BUILD_DEPENDS="claws-mail-dev"
erjo@13445 15
erjo@13445 16 # Rules to configure and make the package.
erjo@13445 17 compile_rules()
erjo@13445 18 {
erjo@13445 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13445 20 }
erjo@13445 21
erjo@13445 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13445 23 genpkg_rules()
erjo@13445 24 {
erjo@13445 25 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13445 26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13445 27 $fs/usr/lib/claws-mail/plugins
erjo@13445 28 }