wok-backports annotate claws-mail-python/receipt @ rev 31

Add: htop.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jun 02 00:33:09 2014 +0200 (2014-06-02)
parents
children
rev   line source
erjo@12 1 # SliTaz package receipt.
erjo@12 2
erjo@12 3 PACKAGE="claws-mail-python"
erjo@12 4 VERSION="3.9.3"
erjo@12 5 CATEGORY="network"
erjo@12 6 SHORT_DESC="Python interface to Claws Mail' filtering mechanism."
erjo@12 7 MAINTAINER="erjo@slitaz.org"
erjo@12 8 LICENSE="GPL3"
erjo@12 9 WEB_SITE="http://www.claws-mail.org/plugins.php"
erjo@12 10 WANTED="claws-mail"
erjo@12 11
erjo@12 12 DEPENDS="claws-mail pygtk"
erjo@12 13
erjo@12 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@12 15 genpkg_rules()
erjo@12 16 {
erjo@12 17 mkdir -p $fs/usr/lib/claws-mail/plugins
erjo@12 18 cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so \
erjo@12 19 $fs/usr/lib/claws-mail/plugins
erjo@12 20 }