sox_ng/sox_ng.pc.in
Martin Guy 2d3812aa78 Rename sox, soxi, play, rec, sox.h and libsox to *_ng
This is the hard fork, allowing old sox and sox_ng to coexist
on the same system. Any distro wishing to switch to sox_ng
just needs to make symlinks from the old file names to the new.
This also removes the Debian-specific files rather than trying to
update them, as Debian uses its own version of them.
2024-07-14 17:44:09 +02:00

12 lines
268 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: SoX
Description: Audio file format and effects library
Version: @VERSION@
URL: https://codeberg.org/sox_ng
Libs: -L${libdir} -lsox_ng
Libs.private: @LIBS@
Cflags: -I${includedir}