File: libseqlib.pc.in

package info (click to toggle)
libseqlib 1.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,316 kB
  • sloc: cpp: 7,376; makefile: 63; sh: 5
file content (11 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/SeqLib

Name: libseqlib
Version: @VERSION@
Requires: zlib
Description: C++ htslib/bwa-mem/fermi interface for interrogating sequence data
Libs: -L${libdir} -lseqlib -lbwa
Cflags: -I${includedir} -I/usr/include/jsoncpp