wok view libcrypto/receipt @ rev 25776
Update thunderbird to 68.12.1 latest ESR work with old glibc, and block autoupdate
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 16 17:28:27 2024 +0200 (2 months ago) |
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 }