7c0da245f7
Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. from MAINTAINER Martynas Venckus <martynas at altroot.org>. okay jolan@
14 lines
339 B
PkgConfig
14 lines
339 B
PkgConfig
# $OpenBSD: nss.pc,v 1.1.1.1 2006/12/04 17:19:54 kurt Exp $
|
|
|
|
prefix=!!PREFIX!!
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: NSS
|
|
Description: Mozilla Network Security Services
|
|
Version: !!VERSION!!
|
|
Requires: nspr >= 4.6.4
|
|
Libs: -L${libdir} -lnss3 -lsmime3 -lsoftokn3 -lssl3
|
|
Cflags: -I${includedir}/nss
|