summaryrefslogtreecommitdiffstats
path: root/src/hdf4.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-05 13:25:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-05 13:25:58 (GMT)
commit70817027361045a0bd5f65e33e910335fd3de676 (patch)
tree85dcdb38cf51629a6abd53731c7df787c8c219bd /src/hdf4.mk
parent34eb66438b58965d823ce4ffda9aa867d2f09e97 (diff)
downloadmxe-70817027361045a0bd5f65e33e910335fd3de676.zip
mxe-70817027361045a0bd5f65e33e910335fd3de676.tar.gz
mxe-70817027361045a0bd5f65e33e910335fd3de676.tar.bz2
packages hdf4 hdf5 netcdf portablexdr: add TODO placeholder for update scripts
Diffstat (limited to 'src/hdf4.mk')
-rw-r--r--src/hdf4.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hdf4.mk b/src/hdf4.mk
index 3415451..2d68695 100644
--- a/src/hdf4.mk
+++ b/src/hdf4.mk
@@ -10,7 +10,8 @@ $(PKG)_URL := http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/$($(PKG)_FILE
$(PKG)_DEPS := gcc zlib jpeg portablexdr
define $(PKG)_UPDATE
- /bin/false
+ echo 'TODO: write update script for $(PKG).' >&2;
+ echo $($(PKG)_VERSION)
endef
define $(PKG)_BUILD