wok-6.x diff beecrypt-dev/receipt @ rev 23684
updated svgcleaner (0.7.1 -> 0.9.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 17:15:20 2020 +0100 (2020-04-26) |
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 Sun Apr 26 17:15:20 2020 +0100 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 }