wok-current view libssl/receipt @ rev 17612
Up libcanberra 0.30
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Feb 12 19:08:02 2015 +0000 (2015-02-12) |
parents | 8bf9ce94fd4f |
children | 38b00e6c835f |
line source
1 # SliTaz package receipt.
3 PACKAGE="libssl"
4 VERSION="1.0.1k"
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/"
11 HOST_ARCH="i486 arm"
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 }