wok-6.x view libssl/receipt @ rev 19192

syslinux: no i18n menu with custom config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 05 16:28:03 2016 +0200 (2016-06-05)
parents 7d335fa9b5f7
children 7a0e28a1e1d9
line source
1 # SliTaz package receipt.
3 PACKAGE="libssl"
4 VERSION="1.0.1q"
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 }