wok-current diff cyrus-sasl-dev/receipt @ rev 18341
Up: mercurial (3.5.1)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Sep 10 22:25:19 2015 +0000 (2015-09-10) |
parents | abe84aa3f283 |
children | 9bd5e01b7427 |
line diff
1.1 --- a/cyrus-sasl-dev/receipt Thu Sep 23 18:31:29 2010 +0000 1.2 +++ b/cyrus-sasl-dev/receipt Thu Sep 10 22:25:19 2015 +0000 1.3 @@ -5,16 +5,18 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="SASL authentication server development files" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD" 1.8 WEB_SITE="http://cyrusimap.web.cmu.edu/" 1.9 WANTED="cyrus-sasl" 1.10 + 1.11 DEPENDS="cyrus-sasl" 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 mkdir -p $fs/usr/lib/sasl2 1.17 - cp -a $_pkg/usr/include $fs/usr 1.18 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.19 - cp -a $_pkg/usr/lib/sasl2/*a $fs/usr/lib/sasl2 1.20 + cp -a $install/usr/include $fs/usr 1.21 + cp -a $install/usr/lib/*a $fs/usr/lib 1.22 + cp -a $install/usr/lib/sasl2/*a $fs/usr/lib/sasl2 1.23 } 1.24