summaryrefslogtreecommitdiffstats
path: root/lib/dpkg/libdpkg.pc.in
blob: 1a9159498e8e8f25d853a6ae2d945c667f06174a (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@devlibdir@
includedir=@includedir@

Name: libdpkg
Description: Debian package management system library
Version: @VERSION@
Libs: -L${libdir} -ldpkg
Libs.private: @MD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ZSTD_LIBS@ @BZ2_LIBS@
Cflags: -I${includedir}