
gpgme in git master now supports pkg-config and with the next release we can and should prefer its use. However, retain the legacy code that enables building with older versions of gpgme, as a fallback. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
13 lines
373 B
PkgConfig
13 lines
373 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libalpm
|
|
Description: Arch Linux package management library
|
|
URL: http://www.archlinux.org/pacman/
|
|
Version: @LIB_VERSION@
|
|
Requires.private: libarchive @pc_crypto@ @pc_libcurl@ @pc_gpgme@
|
|
Cflags: -I${includedir} @LFS_CFLAGS@
|
|
Libs: -L${libdir} -lalpm
|
|
Libs.private: @LIBS@ @pc_gpgme_libs@
|