# HG changeset patch # User Eric Joseph-Alexandre # Date 1349566247 -7200 # Node ID 740858e711452193cf576584f4bbbcf16ca6f3d7 # Parent 553a2dc6f1d43ca4f8653672916a89c56557e76e Add: claws-mail-perl diff -r 553a2dc6f1d4 -r 740858e71145 claws-mail-perl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/claws-mail-perl/receipt Sun Oct 07 01:30:47 2012 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="claws-mail-perl" +VERSION="0.9.19" +CATEGORY="network" +SHORT_DESC="Perl interface to Claws Mail' filtering mechanism." +MAINTAINER="erjo@slitaz.org" +WEB_SITE="http://www.claws-mail.org/plugins.php" +SOURCE="perl_plugin" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + +DEPENDS="claws-mail " +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 +}