summaryrefslogtreecommitdiff
path: root/packages/sox/sox_13.0.0.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-03-22 18:01:19 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-03-22 18:01:19 +0000
commitb2cf68047b3775511c137b6c01545ca82ebcf714 (patch)
treeedec974bffa7b63d0c04574f9e03cac5982f0315 /packages/sox/sox_13.0.0.bb
parent5f96bdfd284a81a45cf7999ec858287fb3d1b8be (diff)
parentc72e871b23455c2e2aec864ebb46976b943e73f3 (diff)
merge of '30ed2981d1b51e1b7515fb7bad6e1447ce6ab4e5'
and 'bbd309bb8f001be39eda61e970699d345467347c'
Diffstat (limited to 'packages/sox/sox_13.0.0.bb')
-rw-r--r--packages/sox/sox_13.0.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/sox/sox_13.0.0.bb b/packages/sox/sox_13.0.0.bb
new file mode 100644
index 0000000000..f5c554799d
--- /dev/null
+++ b/packages/sox/sox_13.0.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION="SoX is the Swiss Army knife of sound processing tools. \
+It converts audio files among various standard audio file formats \
+and can apply different effects and filters to the audio data."
+HOMEPAGE = "http://sox.sourceforge.net"
+SECTION = "audio"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sox/sox-${PV}.tar.gz \
+ file://src-Makefile.am.patch;patch=1"
+
+inherit autotools
+
+do_install() {
+ make bindir="${D}${bindir}" libdir="${D}${libdir}" mandir="${D}/${mandir}" includedir="${D}${includedir}" install
+ rm ${D}${bindir}/rec
+ ln -s /usr/bin/play ${D}${bindir}/rec
+}