wok view openssl-dev/receipt @ rev 12235

grub: asmstub.c does not support gcc >= 4.5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 09 12:45:16 2012 +0200 (2012-04-09)
parents 72de3d65c27c
children 8f5db627990e
line source
1 # SliTaz package receipt.
3 PACKAGE="openssl-dev"
4 VERSION="1.0.0g"
5 CATEGORY="development"
6 SHORT_DESC="Open source Secure Sockets Layer devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="openssl"
9 WEB_SITE="http://www.openssl.org/"
10 DEPENDS="libcrypto-dev"
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/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 # libcryto* have moved to a specific package
20 rm -f $fs/usr/lib/libcrypto*
21 rm -f $fs/usr/lib/pkgconfig/libcrypto*
22 }