79351bde34
Add backwards compatibility symlinks to /usr/include/qhull. Add patch to fix format string security flaw (via Gentoo).
11 lines
224 B
PkgConfig
11 lines
224 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: qhull
|
|
Description: Computing the convex hull
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lqhull -lm
|
|
Cflags: -I${includedir}
|