add .pc file and move headers of instpatch

This commit is contained in:
alexey.lysiuk 2020-12-12 12:52:13 +02:00
parent 6afe69667e
commit 593741ed2a
95 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,11 @@
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/libinstpatch-2
Name: libInstPatch
Description: MIDI instrument patch library
Version: 1.1.5
Requires: glib-2.0 gobject-2.0 gthread-2.0 sndfile
Libs: -L${libdir} -linstpatch-1.0
Cflags: -I${includedir}