wok annotate cyrus-imapd-dev/receipt @ rev 25033

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:53 2022 +0100 (2022-05-20)
parents c265f9cf4b14
children dcb071a5e9e6
rev   line source
pascal@1329 1 # SliTaz package receipt.
pascal@1329 2
pascal@1329 3 PACKAGE="cyrus-imapd-dev"
Hans-G?nter@24451 4 VERSION="3.4.3"
pascal@1329 5 CATEGORY="development"
Hans-G?nter@22625 6 SHORT_DESC="IMAP server - development files."
pascal@1329 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="BSD"
Hans-G?nter@24451 9 WEB_SITE="https://cyrusimap.org/"
Hans-G?nter@22625 10
pascal@1329 11 WANTED="cyrus-imapd"
pascal@1329 12
pascal@1329 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1329 14 genpkg_rules()
pascal@1329 15 {
Hans-G?nter@24451 16 cook_copy_folders include
Hans-G?nter@24451 17 cook_copy_files lib*.*a
pascal@1329 18 }