wok diff beecrypt-dev/receipt @ rev 18687

libQtOpenGL: fix description
author Yuri Pourre <yuripourre@gmail.com>
date Thu Dec 10 13:33:41 2015 -0200 (2015-12-10)
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 Dec 10 13:33:41 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  }