wok-current view libssl/receipt @ rev 15940
Up: jwm (2.2.0) with new style, use compton and hsetroot
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 19:26:13 2014 +0100 (2014-02-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 }