Adding upstream version 0.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 06:31:09 +01:00
parent 23dbed389d
commit a84695b834
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
79 changed files with 7127 additions and 0 deletions

13
libdnswire.pc.in Normal file
View file

@ -0,0 +1,13 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libdnswire
Description: dnswire library
Version: @VERSION@
URL: https://github.com/DNS-OARC/dnswire
Requires: libtinyframe >= 0.1.0
Libs: -L${libdir} -ldnswire
Libs.private:
Cflags: -I${includedir}