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

updated libqwt5-qt4 and libqwt5-qt4-dev (5.2.0 -> 5.2.3)
author Hans-G?nter Theisgen
date Thu Mar 12 06:52:43 2020 +0100 (2020-03-12)
parents 75ca9eeaad71
children 740670fa4830
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.17.5"
5 CATEGORY="development"
6 SHORT_DESC="The user-friendly, lightweight and fast email client - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.claws-mail.org/index.php"
11 DEPENDS="claws-mail gnutls-dev gtk+-dev libetpan-dev pkg-config"
12 WANTED="claws-mail"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/$WANTED/plugins
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
22 }