File: libvcflib.pc

package info (click to toggle)
libvcflib 1.0.0~rc2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 51,048 kB
  • sloc: cpp: 30,004; perl: 474; sh: 247; makefile: 206; python: 200; ansic: 148
file content (11 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/vcflib

Name: libvcflib
Version: 1.0
Description: C++ library for parsing and manipulating VCF files
Libs: -L${libdir} -lvcflib -lsmithwaterman -ldisorder -lfastahack
Cflags: -I${includedir} -I/usr/include/smithwaterman -I/usr/include/fastahack