diff options
Diffstat (limited to 'lib/dpkg/libdpkg.pc.in')
-rw-r--r-- | lib/dpkg/libdpkg.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/dpkg/libdpkg.pc.in b/lib/dpkg/libdpkg.pc.in new file mode 100644 index 0000000..1a91594 --- /dev/null +++ b/lib/dpkg/libdpkg.pc.in @@ -0,0 +1,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} |