summaryrefslogtreecommitdiff
path: root/pysoundtouch/soundtouch/soundtouch.pc.in
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-06-19 16:24:27 -0400
committeryo mama <pepper@scannerjammer.com>2015-06-19 16:24:27 -0400
commit8adfb3bd99b4dcff2459756af090a640fd7a4b4a (patch)
treec1e6adddda335f4d36a98039ccc5ac867ae7296d /pysoundtouch/soundtouch/soundtouch.pc.in
clone
Diffstat (limited to 'pysoundtouch/soundtouch/soundtouch.pc.in')
-rw-r--r--pysoundtouch/soundtouch/soundtouch.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/pysoundtouch/soundtouch/soundtouch.pc.in b/pysoundtouch/soundtouch/soundtouch.pc.in
new file mode 100644
index 0000000..03d0360
--- /dev/null
+++ b/pysoundtouch/soundtouch/soundtouch.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: SoundTouch
+Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files
+Version: @VERSION@
+Libs: -L${libdir} -lSoundTouch
+Cflags: -I${includedir}/soundtouch
+