buildrootschalter/package/tidsp-binaries/tidsp-binaries.mk
Thomas De Schampheleire eb7bd9ef61 packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-06 09:40:40 +01:00

15 lines
404 B
Makefile

################################################################################
#
# tidsp-binaries
#
################################################################################
TIDSP_BINARIES_VERSION = 23.i3.8
TIDSP_BINARIES_SITE = http://gst-dsp.googlecode.com/files/
define TIDSP_BINARIES_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
$(eval $(generic-package))