wok view cyrus-sasl-dev/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents adc267450fe2
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="cyrus-sasl-dev"
4 VERSION="2.1.23"
5 CATEGORY="network"
6 SHORT_DESC="SASL authentication server development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://cyrusimap.web.cmu.edu/"
9 WANTED="cyrus-sasl"
10 DEPENDS="cyrus-sasl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/sasl2
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/sasl2/*a $fs/usr/lib/sasl2
19 }