wok-current view cyrus-sasl-dev/receipt @ rev 5894
inkscape: Fix build with gcc45 (http://bugs.gentoo.org/show_bug.cgi?id=305749)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 22 23:54:43 2010 +0200 (2010-07-22) |
parents | aa0dad286215 |
children | abe84aa3f283 |
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"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/sasl2
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/sasl2/*a $fs/usr/lib/sasl2
18 }