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

Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 01 03:25:21 2011 +0000 (2011-02-01)
parents a54ee7acbfc3
children 913b7c6095ec
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.7.8"
5 CATEGORY="development"
6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="claws-mail gtk+-dev libetpan-dev"
9 WEB_SITE="http://www.claws-mail.org/index.php"
10 WANTED="claws-mail"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/$WANTED/plugins
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/
19 }