wok view libssl/receipt @ rev 12239

ocsinventory-agent: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 09 15:13:59 2012 +0200 (2012-04-09)
parents 72de3d65c27c
children 8f5db627990e
line source
1 # SliTaz package receipt.
3 PACKAGE="libssl"
4 VERSION="1.0.0g"
5 CATEGORY="development"
6 SHORT_DESC="OpenSSL libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="openssl"
9 DEPENDS="libcrypto"
10 WEB_SITE="http://www.openssl.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/libssl.so* $fs/usr/lib
17 }