The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dsp-tools / dsp-tools.mk
1 ################################################################################
2 #
3 # dsp-tools
4 #
5 ################################################################################
6
7 DSP_TOOLS_VERSION = 2.0
8 DSP_TOOLS_SITE = http://gst-dsp.googlecode.com/files
9 DSP_TOOLS_DEPENDENCIES = tidsp-binaries
10 DSP_TOOLS_LICENSE = LGPLv2.1
11 DSP_TOOLS_LICENSE_FILES = LICENSE
12
13 define DSP_TOOLS_BUILD_CMDS
14         $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
15 endef
16
17 define DSP_TOOLS_INSTALL_TARGET_CMDS
18         $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
19 endef
20
21 $(eval $(generic-package))