wok diff beecrypt-dev/receipt @ rev 18070
Up ms-sys (2.5.0), wkhtmltopdf (0.12.2.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 21 15:21:04 2015 +0200 (2015-05-21) |
parents | 129bb5b11a7e |
children | 7dd01dedad38 |
line diff
1.1 --- a/beecrypt-dev/receipt Wed Mar 02 03:12:51 2011 +0000 1.2 +++ b/beecrypt-dev/receipt Thu May 21 15:21:04 2015 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Cryptography Library dev files" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL2 LGPL2.1" 1.8 WANTED="beecrypt" 1.9 WEB_SITE="http://beecrypt.sourceforge.net/" 1.10 1.11 @@ -12,8 +13,8 @@ 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 $fs/usr 1.17 + cp -a $install/usr/include $fs/usr 1.18 + cp -a $install/usr/lib $fs/usr 1.19 # Deleting unnecessary file 1.20 find $fs/ -name "*.so*" -exec rm -f {} \; 1.21 }