1DESCRIPTION = "The CAPS Audio Plugin Suite - LADSPA plugin suite" 2HOMEPAGE = "http://quitte.de/dsp/caps.html" 3LICENSE = "GPL-3.0-only" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5 6SRC_URI = "http://quitte.de/dsp/${BPN}_${PV}.tar.bz2 \ 7 file://0001-basic.h-Use-c99-supported-stdint-types.patch \ 8 file://append_ldflags.patch \ 9 " 10 11SRC_URI[md5sum] = "36b30c7c7db2d2bc5f4f54077e97b5ee" 12SRC_URI[sha256sum] = "e7496c5bce05abebe3dcb635926153bbb58a9337a6e423f048d3b61d8a4f98c9" 13 14EXTRA_OEMAKE = " \ 15 CC='${CXX}' \ 16 CFLAGS='${CFLAGS} -ffast-math -funroll-loops -fPIC -DPIC' \ 17 ARCH='' \ 18" 19do_compile() { 20 oe_runmake all 21} 22 23do_install() { 24 install -Dm 0644 caps.so ${D}${libdir}/ladspa/caps.so 25} 26 27FILES:${PN} = "${libdir}/ladspa/" 28