wok view nss-dev/receipt @ rev 15709

Up:Postfix (2.10.2) + Add SSL support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 22:07:24 2013 +0100 (2013-12-22)
parents 47e1df965953
children d0a2183440f8
line source
1 # SliTaz package receipt.
3 PACKAGE="nss-dev"
4 VERSION="3.14.1"
5 CATEGORY="development"
6 SHORT_DESC="nss devel library."
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="MPL"
9 WANTED="nss"
10 WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/"
12 DEPENDS="nss nspr-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/lib
18 cp -a $install/usr/bin/nss-config $fs/usr/bin
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }