mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Installing the .pc files for pkg-config helps other software to depend on and build against chibi-scheme correctly. See man pkg-config(1).
7 lines
234 B
PkgConfig
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}
|