wok-current view libssl/receipt @ rev 15945
libpng: add to ARM port
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 23 02:23:54 2014 +0100 (2014-02-23) |
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 }