wok view claws-mail-dev/receipt @ rev 5235

tazpkg-web: add 2.0 version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 08 17:25:45 2010 +0200 (2010-04-08)
parents a981766ed28f
children 1a5e4f717f59
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.7.4"
5 CATEGORY="development"
6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 BUILD_DEPENDS="libetpan"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.claws-mail.org/index.php"
12 WANTED="claws-mail"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/$WANTED/plugins
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
21 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/
22 }