wok diff cyrus-sasl-dev/receipt @ rev 21257

updated libmnl and libmnl-dev (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Fri Apr 12 11:04:34 2019 +0100 (2019-04-12)
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	Fri Apr 12 11:04:34 2019 +0100
     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