wok-4.x view claws-mail-plugins/receipt @ rev 7313
Fixed usbutils-dev. Pkgconfig folder is in _pkg/usr/share folder not _pkg/usr/share/misc folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 17 17:35:06 2010 +0000 (2010-11-17) |
parents | 39011a13b555 |
children | a54ee7acbfc3 |
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-plugins"
4 VERSION="3.7.6"
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 gcc-lib-base"
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 }