wok diff libcrypto-dev/receipt @ rev 19903
linld/tazboot: fix memcpy32
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 09 12:22:58 2017 +0200 (2017-04-09) |
parents | 7a0e28a1e1d9 |
children | 90fcaa823068 |
line diff
1.1 --- a/libcrypto-dev/receipt Sun Jan 01 18:08:49 2017 +0000 1.2 +++ b/libcrypto-dev/receipt Sun Apr 09 12:22:58 2017 +0200 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libcrypto-dev" 1.7 -VERSION="1.0.2j" 1.8 +VERSION="1.0.2k" 1.9 CATEGORY="development" 1.10 SHORT_DESC="General purpose cryptographic shared library devel files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 -WANTED="openssl" 1.14 -WEB_SITE="http://www.openssl.org/" 1.15 +WEB_SITE="https://www.openssl.org/" 1.16 HOST_ARCH="i486 arm" 1.17 1.18 +WANTED="openssl" 1.19 DEPENDS="pkg-config" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 @@ -19,4 +19,3 @@ 1.23 cp -a $install/usr/lib/libcrypto*.*a $fs/usr/lib 1.24 cp -a $install/usr/lib/pkgconfig/libcrypto* $fs/usr/lib/pkgconfig 1.25 } 1.26 -