mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-10-29 22:43:48 +00:00
11 lines
264 B
PkgConfig
11 lines
264 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: NSS
|
|
Description: Network Security Services
|
|
Version: %NSS_VERSION%
|
|
Requires: nspr >= %NSPR_VERSION%
|
|
Libs: -L${libdir} -lssl3 -lsmime3 -lnss3 -lnssutil3
|
|
Cflags: -I${includedir}
|