wok-next diff cyrus-sasl/receipt @ rev 16355
Add ftop
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Apr 13 17:41:38 2014 +0100 (2014-04-13) |
parents | 6a0bb22dcc73 |
children | a45816a758ed |
line diff
1.1 --- a/cyrus-sasl/receipt Tue Sep 24 09:41:08 2013 +0000 1.2 +++ b/cyrus-sasl/receipt Sun Apr 13 17:41:38 2014 +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