libtool-sdk: Convert from legacy staging
[openembedded.git] / recipes / brutefir / brutefir_1.0i.bb
blobbe13826b19346f38f0e3c32a43cec5388cf88a42
1 DESCRIPTION = "BruteFIR is a software convolution engine, a program for applying long FIR filters to multi-channel digital audio, either offline or in realtime."
2 LICENSE = "GPLv2"
4 DEPENDS = "alsa-lib fftw fftwf fftwl"
6 PR = "r1"
8 # The unbreak-makefile disables the SSE2, MMX and jack support, feel free
9 # to add back SSE and MMX after fixing the makefile to not use uname to check for cpu
11 SRC_URI = "http://www.ludd.luth.se/~torger/files/brutefir-${PV}.tar.gz \
12 file://unbreak-makefile.patch \
15 do_configure() {
16 sed -i -e s:-L/usr/local/lib:-L${STAGING_LIBDIR}:g Makefile
17 sed -i -e s:-I/usr/local/include:-I${STAGING_INCDIR}:g Makefile
20 do_install() {
21 install -d ${D}${bindir}
22 install -m 755 *.bf* ${D}${bindir}
23 install -m 755 brutefir ${D}${bindir}
27 SRC_URI[md5sum] = "33fcf84a41d38f5aac24c57a66a2c3ee"
28 SRC_URI[sha256sum] = "e0f3988afb0a84a89f38153fd5617615e9bcf32bb747ee981c99c44d3c4236f6"