wok-next diff cyrus-sasl-dev/receipt @ rev 18831
linux-module-headers: avoid depmod during install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 18 17:45:22 2016 +0100 (2016-01-18) |
parents | abe84aa3f283 |
children |
line diff
1.1 --- a/cyrus-sasl-dev/receipt Thu Sep 23 18:31:29 2010 +0000 1.2 +++ b/cyrus-sasl-dev/receipt Mon Jan 18 17:45:22 2016 +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