wok annotate 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
rev   line source
erjo@1240 1 # SliTaz package receipt.
erjo@1240 2
erjo@1240 3 PACKAGE="claws-mail-dev"
pascal@23050 4 VERSION="3.17.5"
pascal@1423 5 CATEGORY="development"
Hans-G?nter@22600 6 SHORT_DESC="The user-friendly, lightweight and fast email client - development files."
erjo@1240 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
pascal@20421 9 WEB_SITE="https://www.claws-mail.org/index.php"
Hans-G?nter@22600 10
Hans-G?nter@22600 11 DEPENDS="claws-mail gnutls-dev gtk+-dev libetpan-dev pkg-config"
erjo@1240 12 WANTED="claws-mail"
erjo@1240 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
Hans-G?nter@22600 18
Hans-G?nter@22600 19 cp -a $install/usr/include $fs/usr
Hans-G?nter@22600 20 cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/
Hans-G?nter@22600 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib/
erjo@1240 22 }