wavpack: properly wrap help text
[buildroot-gz.git] / package / ti-sgx-demos / ti-sgx-demos.mk
blob80af79b983114170e981f77b1eaad8537912cda6
1 ################################################################################
3 # ti-sgx-demos
5 ################################################################################
7 # This correpsonds to SDK 02.00.00.00
8 TI_SGX_DEMOS_VERSION = f24650bc8243b25c23d6a0a502ed79fc472ac424
9 TI_SGX_DEMOS_SITE = git://git.ti.com/graphics/img-pvr-sdk.git
10 TI_SGX_DEMOS_LICENSE = Imagination Technologies License Agreement
11 TI_SGX_DEMOS_LICENSE_FILES = LegalNotice.txt
13 define TI_SGX_DEMOS_INSTALL_TARGET_CMDS
14 cp -dpfr $(@D)/targetfs/Examples/Advanced/OGLES* \
15 $(TARGET_DIR)/usr/bin/
16 endef
18 $(eval $(generic-package))