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

tazwok: mv desktop file to tazwok src
author Christophe Lincoln <pankso@slitaz.org>
date Fri Aug 07 12:00:01 2009 +0200 (2009-08-07)
parents 4ff214bcbebe
children a981766ed28f
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.7.2"
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 }