wok-6.x view libcrypto/receipt @ rev 19046

Resolving the correct name for the blinder theme.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 16:22:14 2016 -0300 (2016-04-17)
parents 7d335fa9b5f7
children 7a0e28a1e1d9
line source
1 # SliTaz package receipt.
3 PACKAGE="libcrypto"
4 VERSION="1.0.1q"
5 CATEGORY="security"
6 SHORT_DESC="General purpose cryptographic shared library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="openssl"
10 WEB_SITE="http://www.openssl.org/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/libcrypto*.so* $fs/usr/lib
18 }