wok view cyrus-imapd-dev/receipt @ rev 23002

updated libao and libao-dev (1.1.0 -> 1.2.2)
author Hans-G?nter Theisgen
date Mon Mar 02 17:05:10 2020 +0100 (2020-03-02)
parents aaa3fcf79cf3
children c265f9cf4b14
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://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 }