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

memtest,plop: tune lzma compression
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 06 12:50:46 2021 +0000 (2021-05-06)
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 }