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

Up: claws-mail{-dev,-plugins} (3.7.3)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 20 21:35:26 2009 +0000 (2009-10-20)
parents 088b89abdd5a
children f3150a63bb78
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-plugins"
4 VERSION="3.7.3"
5 CATEGORY="network"
6 SHORT_DESC="Standart plugins for claws-mail."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 DEPENDS="claws-mail bogofilter xorg-libXdamage"
10 WEB_SITE="http://www.claws-mail.org/index.php"
11 WANTED="claws-mail"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/$WANTED/plugins
19 cp -a $_pkg/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/
20 }