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

Up libcomerr3 libkrb5 libkrb5support (1.18)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 03 09:45:36 2020 +0100 (2020-03-03)
parents aaa3fcf79cf3
children c265f9cf4b14
rev   line source
pascal@1329 1 # SliTaz package receipt.
pascal@1329 2
pascal@1329 3 PACKAGE="cyrus-imapd-dev"
Hans-G?nter@22625 4 VERSION="3.0.13"
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"
pascal@21489 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 {
pascal@1329 16 mkdir -p $fs/usr/lib
Hans-G?nter@22625 17
Hans-G?nter@22625 18 cp -a $install/usr/lib/lib*.*a $fs/usr/lib
Hans-G?nter@22625 19 cp -a $install/usr/include $fs/usr
pascal@1329 20 }