forked from sox_ng/sox_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.
12 lines
268 B
PkgConfig
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}
|