wok-6.x view libcrypto/receipt @ rev 6466
Fixed libwebkit. Added --enable-jit=yes and remove --enable-svg=no. Svg is need in parts of libwebkit cause some header files are used only if its enabled.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 29 19:28:53 2010 +0000 (2010-09-29) |
parents | e540c3d7b339 |
children | 787bbe00cf9d |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcrypto"
4 VERSION="1.0.0a"
5 CATEGORY="security"
6 SHORT_DESC="General purpose cryptographic shared library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="openssl"
9 WEB_SITE="http://www.openssl.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/libcrypto*.so* $fs/usr/lib
16 }