wok-6.x view cyrus-imapd-dev/receipt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
parents 14a53b304e57
children e8070450126d
line source
1 # SliTaz package receipt.
3 PACKAGE="cyrus-imapd-dev"
4 VERSION="3.0.13"
5 CATEGORY="development"
6 SHORT_DESC="IMAP server - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.cyrusimap.org/"
11 WANTED="cyrus-imapd"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/lib*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }