wok-current diff audit-dev/receipt @ rev 15415
Up: thunderbird-langpack-en_GB (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:36 2013 +0100 (2013-11-03) |
parents | e9e7c1c5617e |
children | 483356497a25 |
line diff
1.1 --- a/audit-dev/receipt Tue May 29 18:15:33 2012 +0200 1.2 +++ b/audit-dev/receipt Sun Nov 03 21:52:36 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="System call auditing development files" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://people.redhat.com/sgrubb/audit/" 1.9 WANTED="audit" 1.10 1.11 @@ -14,6 +15,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/lib/*.a $fs/usr/lib 1.17 + cp -a $install/usr/include $fs/usr 1.18 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.19 }