wok view nss-dev/receipt @ rev 21665

mc: configure --without-subshell
author maniac
date Sat Jun 01 13:26:35 2019 +0300 (2019-06-01)
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 }