wok view claws-mail-python/receipt @ rev 14621

Up: cups to 1.6.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 10:12:35 2013 +0000 (2013-06-01)
parents da5ccbc63f9b
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-python"
4 VERSION="0.10"
5 CATEGORY="network"
6 SHORT_DESC="Python interface to Claws Mail' filtering mechanism."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.claws-mail.org/plugins.php"
9 SOURCE="python_plugin"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL"
13 DEPENDS="claws-mail pygtk"
14 BUILD_DEPENDS="claws-mail-dev python-dev pygtk-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/claws-mail/plugins
26 cp -a $install/usr/lib/claws-mail/plugins/*.so \
27 $fs/usr/lib/claws-mail/plugins
28 }