Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 10 Feb 2017 09:09:35 +0100
Description: Add pkg-config file to simplify building of freebayes
Forwarded: not-needed
--- /dev/null
+++ libvcflib/libvcflib.pc
@@ -0,0 +1,12 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include/vcflib
+
+Name: libvcflib
+Version: 1.0
+Requires: libsmithwaterman, libfastahack
+Description: C++ library for parsing and manipulating VCF files
+Libs: -L${libdir} -lvcflib
+Cflags: -I${includedir}
+
