wok view libssl/receipt @ rev 12698
Add terminator (multi terminal in a single window)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 03 11:38:25 2012 +0200 (2012-05-03) |
parents | 1aa20c894e36 |
children | 6c3718ca17b6 |
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 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 }