# HG changeset patch # User Eric Joseph-Alexandre # Date 1349566099 -7200 # Node ID da5ccbc63f9b0c5f2db0b8ac768369ab3d7ffe34 # Parent 96bf4fa2e0d34e845b7c6592f9305410f49fdb4a Add: claws-mail-python diff -r 96bf4fa2e0d3 -r da5ccbc63f9b claws-mail-python/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-python/receipt Sun Oct 07 01:28:19 2012 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-python" +VERSION="0.10" +CATEGORY="network" +SHORT_DESC="Python interface to Claws Mail' filtering mechanism." +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.claws-mail.org/plugins.php" +SOURCE="python_plugin" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +DEPENDS="claws-mail " +BUILD_DEPENDS="claws-mail-dev python-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 +}