forked from openkylin/xmlsec1
12 lines
462 B
PkgConfig
12 lines
462 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: xmlsec1
|
|
Version: 1.2.33
|
|
Description: XML Security Library implements XML Signature and XML Encryption standards
|
|
Requires: libxml-2.0 >= 2.8.0 libxslt >= 1.0.20
|
|
Cflags: -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -D__XMLSEC_FUNCTION__=__func__ -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_GOST2012=1 -DXMLSEC_DL_LIBLTDL=1 -I${prefix}/include/xmlsec1
|
|
Libs: -L${libdir} -lxmlsec1 -lltdl
|