wok-next diff beecrypt-dev/receipt @ rev 16995
xterm: delete local manpage, it looks incorrect
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Aug 10 03:54:11 2014 +0200 (2014-08-10) |
parents | 129bb5b11a7e |
children |
line diff
1.1 --- a/beecrypt-dev/receipt Wed Mar 02 03:12:51 2011 +0000 1.2 +++ b/beecrypt-dev/receipt Sun Aug 10 03:54:11 2014 +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 }