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

updated deadbeef, deadbeef-dev and deadbeef-plugins again (1.8.0 -> 1.8.2)
author Hans-G?nter Theisgen
date Tue Jan 14 07:24:51 2020 +0100 (2020-01-14)
parents 86790a278e70
children 93d12db6c664
rev   line source
erjo@1240 1 # SliTaz package receipt.
erjo@1240 2
erjo@1240 3 PACKAGE="claws-mail-dev"
Hans-G?nter@22600 4 VERSION="3.17.4"
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 }