Files
espie a5aec62fc4 kplot is a small graphics plotting library written by kristaps
this version includes small changes to make it suitable for siril

okay op@
2022-08-23 12:14:41 +00:00

14 lines
230 B
Plaintext

prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: kplot
Description: plotting library for cairo
Version: ${VERSION}
Requires:
Libs: -L${libdir} -lkplot
Cflags: -I${includedir}