wok annotate claws-mail-dev/receipt @ rev 15705

remove claws-mail-gtk2html
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 17:19:07 2013 +0100 (2013-12-22)
parents 851fc1686394
children 86790a278e70
rev   line source
erjo@1240 1 # SliTaz package receipt.
erjo@1240 2
erjo@1240 3 PACKAGE="claws-mail-dev"
erjo@15705 4 VERSION="3.9.3"
pascal@1423 5 CATEGORY="development"
erjo@1240 6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
erjo@1240 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
erjo@1240 9 WEB_SITE="http://www.claws-mail.org/index.php"
erjo@1240 10 WANTED="claws-mail"
erjo@1240 11
pascal@15596 12 DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev pkg-config"
pascal@14999 13
erjo@1240 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1240 15 genpkg_rules()
erjo@1240 16 {
erjo@1240 17 mkdir -p $fs/usr/lib/$WANTED/plugins
pascal@14999 18 cp -a $install/usr/include $fs/usr
pascal@14999 19 cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
pascal@14999 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
erjo@1240 21 }
erjo@1240 22