wok view libcrypto/receipt @ rev 24833

updated libssh and libssh-dev (0.9.4 -> 0.9.6)
author Hans-G?nter Theisgen
date Fri Mar 25 06:33:51 2022 +0100 (2022-03-25)
parents dad8b5aae26a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libcrypto"
4 VERSION="1.0.2u"
5 CATEGORY="security"
6 SHORT_DESC="General purpose cryptographic shared library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.openssl.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="openssl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libcrypto*.so* $fs/usr/lib
19 }