wok-next view claws-mail-plugins/receipt @ rev 15373
smx: apache 2.4 patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 17 16:55:23 2013 +0000 (2013-10-17) |
parents | fdea92a66d45 |
children | 95f0c340fe01 |
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-plugins"
4 VERSION="3.8.1"
5 CATEGORY="network"
6 SHORT_DESC="Standart plugins for claws-mail."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base"
10 WEB_SITE="http://www.claws-mail.org/index.php"
11 WANTED="claws-mail"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/$WANTED/plugins
18 cp -a $install/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/
19 }