wok view libcrypto-dev/receipt @ rev 15954

Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:54:50 2014 +0100 (2014-02-23)
parents 6c3718ca17b6
children fd812ac90452
line source
1 # SliTaz package receipt.
3 PACKAGE="libcrypto-dev"
4 VERSION="1.0.1a"
5 CATEGORY="development"
6 SHORT_DESC="General purpose cryptographic shared library devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WANTED="openssl"
10 WEB_SITE="http://www.openssl.org/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig
18 cp -a $install/usr/lib/libcrypto*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig/libcrypto* $fs/usr/lib/pkgconfig
20 }