File size: 268 Bytes
56d74b6 | 1 2 3 4 5 6 7 8 9 10 11 12 | prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/wcslib
Name: WCSLIB
Description: An implementation of the FITS World Coordinate System standard
Version: @PACKAGE_VERSION@
Requires:
Libs: -L${libdir} -lwcs -lm
Cflags: -I${includedir}
|