prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/vapoursynth
Name: vapoursynth-script
Description: Library for interfacing VapourSynth with Python
Version: @VERSION@
Requires: vapoursynth
Requires.private: python-@PYTHON_VERSION@
Libs: -L${libdir} -lvapoursynth-script
Libs.private: @PYTHON3_LIBS@
Cflags: -I${includedir}