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

updated libxml2, libxml2-dev, libxml2-python and libxml2-tools (2.8.0 -> 2.9.9)
author Hans-G?nter Theisgen
date Sun Apr 21 07:35:58 2019 +0100 (2019-04-21)
parents 95f0c340fe01
children 75ca9eeaad71
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.9.3"
5 CATEGORY="development"
6 SHORT_DESC="The user-firendly, lightweight and fast email client dev files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.claws-mail.org/index.php"
10 WANTED="claws-mail"
12 DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/$WANTED/plugins
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
21 }