wok view libgnutls/receipt @ rev 22399

up openssl, openssl-dev, libcrypto, libcrypto-dev, libssl from: 1.0.2o [2018] to 1.0.2t --> 1.0.2 soon EOL!!! will update later more
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 07 12:02:44 2019 +0000 (2019-12-07)
parents 8417cbe6fdae
children 3a6b4742a70c
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnutls"
4 VERSION="3.3.16"
5 CATEGORY="security"
6 SHORT_DESC="GNU Transport Layer Security Library headers"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="gnutls"
10 WEB_SITE="http://www.gnu.org/software/gnutls/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="nettle libtasn1 p11-kit"
14 SUGGESTED="cacerts"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.so* $fs/usr/lib
21 }