summarylogtreecommitdiffstats
path: root/duckdb.pc
blob: a23bbbfb4986e9229de2eebb9046942e0051187f (plain)
1
2
3
4
5
6
7
8
9
10
prefix=/usr
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib

Name: duckdb
Description: An in-process SQL OLAP database management system
Version: 1.1.1
Libs: -L${libdir} -lduckdb
Cflags: -I${includedir}