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

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 709cbb548990
children 95f0c340fe01
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"
pascal@14999 8 LICENSE="GPL3"
erjo@13451 9 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@13451 10 SOURCE="python_plugin"
erjo@13451 11 TARBALL="$SOURCE-$VERSION.tar.gz"
erjo@13451 12 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
erjo@13451 13
pascal@13456 14 DEPENDS="claws-mail pygtk"
pascal@13456 15 BUILD_DEPENDS="claws-mail-dev python-dev pygtk-dev"
erjo@13451 16
erjo@13451 17 # Rules to configure and make the package.
erjo@13451 18 compile_rules()
erjo@13451 19 {
erjo@13451 20 ./configure $CONFIGURE_ARGS && make && make install
erjo@13451 21 }
erjo@13451 22
erjo@13451 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13451 24 genpkg_rules()
erjo@13451 25 {
erjo@13451 26 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@13451 27 cp -a $install/usr/lib/claws-mail/plugins/*.so \
erjo@13451 28 $fs/usr/lib/claws-mail/plugins
erjo@13451 29 }