0849e8193e
Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
370 B
Makefile
14 lines
370 B
Makefile
TIDSP_BINARIES_VERSION=23.i3.8
|
|
TIDSP_BINARIES_SOURCE=tidsp-binaries-$(TIDSP_BINARIES_VERSION).tar.gz
|
|
TIDSP_BINARIES_SITE:=http://gst-dsp.googlecode.com/files/
|
|
|
|
define TIDSP_BINARIES_INSTALL_TARGET_CMDS
|
|
$(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
|
|
endef
|
|
|
|
define TIDSP_BINARIES_UNINSTALL_TARGET_CMDS
|
|
$(RM) -r $(TARGET_DIR)/lib/dsp
|
|
endef
|
|
|
|
$(eval $(call GENTARGETS))
|