wok view claws-mail-plugins/receipt @ rev 10739

locale-*: Up to 4.0 version string, had core pkgs to french pack (we dont have any po file now!) and add nano, mtpaint, midori to all languages pack
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 00:54:30 2011 +0200 (2011-05-30)
parents 5b1c09129300
children 4f7fde4c508e
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-plugins"
4 VERSION="3.7.9"
5 CATEGORY="network"
6 SHORT_DESC="Standart plugins for claws-mail."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base"
9 WEB_SITE="http://www.claws-mail.org/index.php"
10 WANTED="claws-mail"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/$WANTED/plugins
17 cp -a $_pkg/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/
18 }