wok diff libcrypto/receipt @ rev 15747

Up: dillo (3.0.3) with better integration for JWM flavor
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 10:29:30 2014 +0100 (2014-01-03)
parents 8f5db627990e
children fd812ac90452
line diff
     1.1 --- a/libcrypto/receipt	Sat Apr 21 09:22:43 2012 +0000
     1.2 +++ b/libcrypto/receipt	Fri Jan 03 10:29:30 2014 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="General purpose cryptographic shared library."
     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 @@ -12,6 +13,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/libcrypto*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/libcrypto*.so* $fs/usr/lib
    1.17  }
    1.18