# HG changeset patch # User Eric Joseph-Alexandre # Date 1349565922 -7200 # Node ID 3118f7da612e243e36379a9926fbbf6a4f87dfe8 # Parent 7a7bdfcc85f91c47cb4caece1ecd397152818b78 Add: claws-mail-clamd diff -r 7a7bdfcc85f9 -r 3118f7da612e claws-mail-clamd/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-clamd/receipt Sun Oct 07 01:25:22 2012 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-clamd" +VERSION="3.5.4" +CATEGORY="network" +SHORT_DESC="Scans recieved message with Clam AV" +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.claws-mail.org/plugins.php" +SOURCE="clamd" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +DEPENDS="claws-mail clamav" +BUILD_DEPENDS="claws-mail-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/claws-mail/plugins + cp -a $install/usr/lib/claws-mail/plugins/*.so \ + $fs/usr/lib/claws-mail/plugins +}