wok-6.x view libssl/receipt @ rev 20883
updated enca and enca-dev (1.13 -> 1.19)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 25 14:49:07 2019 +0100 (2019-02-25) |
parents | a2119031a809 |
children | dad8b5aae26a |
line source
1 # SliTaz package receipt.
3 PACKAGE="libssl"
4 VERSION="1.0.2o"
5 CATEGORY="security"
6 SHORT_DESC="OpenSSL libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.openssl.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="openssl"
13 DEPENDS="libcrypto"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/libssl.so* $fs/usr/lib
20 }