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

udev: fix writing rules (net + cd)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 18 15:31:33 2009 +0100 (2009-02-18)
parents 03a799424aaa
children 22b7efb924bb
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.6.1"
5 CATEGORY="development"
6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 BUIDL_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 }