wok annotate claws-mail-python/receipt @ rev 13451

Add: claws-mail-python
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:28:19 2012 +0200 (2012-10-07)
parents
children 709cbb548990
rev   line source
erjo@13451 1 # SliTaz package receipt.
erjo@13451 2
erjo@13451 3 PACKAGE="claws-mail-python"
erjo@13451 4 VERSION="0.10"
erjo@13451 5 CATEGORY="network"
erjo@13451 6 SHORT_DESC="Python interface to Claws Mail' filtering mechanism."
erjo@13451 7 MAINTAINER="erjo@slitaz.org"
erjo@13451 8 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13451 9 SOURCE="python_plugin"
erjo@13451 10 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13451 11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13451 12
erjo@13451 13 DEPENDS="claws-mail "
erjo@13451 14 BUILD_DEPENDS="claws-mail-dev python-dev"
erjo@13451 15
erjo@13451 16 # Rules to configure and make the package.
erjo@13451 17 compile_rules()
erjo@13451 18 {
erjo@13451 19 ./configure $CONFIGURE_ARGS && make && make install
erjo@13451 20 }
erjo@13451 21
erjo@13451 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13451 23 genpkg_rules()
erjo@13451 24 {
erjo@13451 25 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13451 26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13451 27 $fs/usr/lib/claws-mail/plugins
erjo@13451 28 }