wok view nss-dev/receipt @ rev 24006

Up sudo (1.9.5p2) CVE-2021-3156
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 29 15:14:04 2021 +0000 (2021-01-29)
parents d0a2183440f8
children b56b38cfd475
line source
1 # SliTaz package receipt.
3 PACKAGE="nss-dev"
4 VERSION="3.17.4"
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 }