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

Up bacon (4.5), clex (4.7), rcssmin (1.1.1), remind (04.00.03)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 31 16:18:16 2022 +0000 (21 months ago)
parents 93d12db6c664
children
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-dev"
4 VERSION="3.18.0"
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 }