wok diff libcrypto/receipt @ rev 19881

bluez: fix bluez-simple-agent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 03 10:27:24 2017 +0200 (2017-04-03)
parents 7a0e28a1e1d9
children 90fcaa823068
line diff
     1.1 --- a/libcrypto/receipt	Sun Jan 01 18:08:49 2017 +0000
     1.2 +++ b/libcrypto/receipt	Mon Apr 03 10:27:24 2017 +0200
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcrypto"
     1.7 -VERSION="1.0.2j"
     1.8 +VERSION="1.0.2k"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="General purpose cryptographic shared library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="https://www.openssl.org/"
    1.14 +HOST_ARCH="i486 arm"
    1.15 +
    1.16  WANTED="openssl"
    1.17 -WEB_SITE="http://www.openssl.org/"
    1.18 -HOST_ARCH="i486 arm"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22 @@ -16,4 +17,3 @@
    1.23  	mkdir -p $fs/usr/lib
    1.24  	cp -a $install/usr/lib/libcrypto*.so* $fs/usr/lib
    1.25  }
    1.26 -