wok diff openssl-dev/receipt @ rev 15472

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 17:34:23 2013 +0000 (2013-11-09)
parents 8f5db627990e
children 47e1df965953
line diff
     1.1 --- a/openssl-dev/receipt	Sat Apr 21 09:22:43 2012 +0000
     1.2 +++ b/openssl-dev/receipt	Sat Nov 09 17:34:23 2013 +0000
     1.3 @@ -5,17 +5,19 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Open source Secure Sockets Layer devel files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  WANTED="openssl"
     1.9  WEB_SITE="http://www.openssl.org/"
    1.10 +
    1.11  DEPENDS="libcrypto-dev"
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23  	# libcryto* have moved to a specific package
    1.24  	rm -f $fs/usr/lib/libcrypto*
    1.25  	rm -f $fs/usr/lib/pkgconfig/libcrypto*