Add package crystalhd

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/357/head
Timothy Gu 11 years ago
parent ce2c47c9b7
commit 6c0141a966

@ -1240,6 +1240,10 @@ local-pkg-list: $(LOCAL_PKG_LIST)</pre>
<td class="package">cppunit</td>
<td class="website"><a href="http://apps.sourceforge.net/mediawiki/cppunit/">CppUnit</a></td>
</tr>
<tr>
<td class="package">crystalhd</td>
<td class="website"><a href="http://www.broadcom.com/support/crystal_hd/">Broadcom Crystal HD Headers</a></td>
</tr>
<tr>
<td class="package">cunit</td>
<td class="website"><a href="http://cunit.sourceforge.net/">cunit</a></td>

@ -0,0 +1,21 @@
# This file is part of MXE.
# See index.html for further information.
PKG := crystalhd
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1
$(PKG)_CHECKSUM := 2ee046b1a20485abb750244d4c71f733673496f7
$(PKG)_SUBDIR := .
$(PKG)_FILE := crystalhd_lgpl_includes_v1.zip
$(PKG)_URL := http://www.broadcom.com/docs/support/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
echo "TODO: crystalhd update script" >&2
echo $(crystalhd_VERSION)
endef
define $(PKG)_BUILD
mkdir '$(PREFIX)/$(TARGET)/include/libcrystalhd'
cd '$(1)' && cp *.h '$(PREFIX)/$(TARGET)/include/libcrystalhd'
endef
Loading…
Cancel
Save