wok view nss-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
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 }