wok view libcrypto-dev/receipt @ rev 2613

get-flash-plugin: export firefox libraries (fix)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 11 17:12:49 2009 +0000 (2009-04-11)
parents 3e085751bf3a
children 088867d7c05d
line source
1 # SliTaz package receipt.
3 PACKAGE="libcrypto-dev"
4 VERSION="0.9.8k"
5 CATEGORY="development"
6 SHORT_DESC="General purpose cryptographic shared library devel files."
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/pkgconfig
15 cp -a $_pkg/usr/lib/libcrypto*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig/libcrypto* $fs/usr/lib/pkgconfig
17 }