From 6c0141a9669391e9126daa38e5dd38fe329da35a Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 18 Jan 2014 13:06:25 -0800 Subject: Add package crystalhd Signed-off-by: Timothy Gu --- index.html | 4 ++++ src/crystalhd.mk | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/crystalhd.mk diff --git a/index.html b/index.html index 6c108fe..4088880 100644 --- a/index.html +++ b/index.html @@ -1241,6 +1241,10 @@ local-pkg-list: $(LOCAL_PKG_LIST) CppUnit + crystalhd + Broadcom Crystal HD Headers + + cunit cunit diff --git a/src/crystalhd.mk b/src/crystalhd.mk new file mode 100644 index 0000000..57e1958 --- /dev/null +++ b/src/crystalhd.mk @@ -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 -- cgit v0.12