wok view libcrypto/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 7a0e28a1e1d9
children 90fcaa823068
line source
1 # SliTaz package receipt.
3 PACKAGE="libcrypto"
4 VERSION="1.0.2k"
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 }