summaryrefslogtreecommitdiff
path: root/packages/sox/sox_13.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sox/sox_13.0.0.bb')
-rw-r--r--packages/sox/sox_13.0.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/sox/sox_13.0.0.bb b/packages/sox/sox_13.0.0.bb
deleted file mode 100644
index f5c554799d..0000000000
--- a/packages/sox/sox_13.0.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}