wok view nss-dev/receipt @ rev 16345

Up: slitaz-configs (5.3) With new Slitaz Tiny Screen desktop files and tools
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 20:04:10 2014 +0200 (2014-04-12)
parents 23c3aed67cd9
children ebe8e8797193
line source
1 # SliTaz package receipt.
3 PACKAGE="nss-dev"
4 VERSION="3.14.3"
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 }