wok-stable view claws-mail-plugins/receipt @ rev 1386

changed the depends for qjackctl
author Allan Pinto <allan316@gmail.com>
date Tue Sep 16 15:04:53 2008 +0000 (2008-09-16)
parents d6b6976fadca
children 03a799424aaa
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-plugins"
4 VERSION="3.5.0"
5 CATEGORY="networking"
6 SHORT_DESC="Standart plugins for claws-mail."
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 DEPENDS="claws-mail bogofilter"
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 }