wok view libssl/receipt @ rev 15804
8086tiny: typos (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jan 22 18:22:51 2014 +0100 (2014-01-22) |
parents | 8f5db627990e |
children | fd812ac90452 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libssl"
4 VERSION="1.0.1a"
5 CATEGORY="security"
6 SHORT_DESC="OpenSSL libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="openssl"
10 WEB_SITE="http://www.openssl.org/"
12 DEPENDS="libcrypto"
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/libssl.so* $fs/usr/lib
19 }