chibi-scheme/chibi-scheme.pc.in
Travis Cross 04589e163d Generate and install pkg-config file
Installing the .pc files for pkg-config helps other software to depend
on and build against chibi-scheme correctly.  See man pkg-config(1).
2014-04-05 18:56:49 +00:00

7 lines
234 B
PkgConfig

Name: chibi-scheme
URL: http://synthcode.com/scheme/chibi/
Description: Minimal Scheme Implementation for use as an Extension Language
Version: ${version}
Libs: -L${libdir} -lchibi-scheme
Libs.private: -dl -lm
Cflags: -I${includedir}