wok diff cyrus-sasl/receipt @ rev 20495

Up firefox-official-* (62.0.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 28 16:56:56 2018 +0100 (2018-10-28)
parents 6a0bb22dcc73
children 9bd5e01b7427
line diff
     1.1 --- a/cyrus-sasl/receipt	Tue Sep 24 09:41:08 2013 +0000
     1.2 +++ b/cyrus-sasl/receipt	Sun Oct 28 16:56:56 2018 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="SASL authentication server."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://cyrusimap.web.cmu.edu/"
    1.10  WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL"
    1.11 @@ -31,9 +32,9 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd
    1.15 -	cp -a $_pkg/usr/sbin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
    1.18 +	cp -a $install/usr/sbin $fs/usr
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
    1.21  	cp -a $stuff/etc $fs
    1.22  	
    1.23  	cat $stuff/*.files-list | while read file; do