summaryrefslogtreecommitdiffstats
path: root/src/hdf5.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/hdf5.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/hdf5.mk')
-rw-r--r--src/hdf5.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hdf5.mk b/src/hdf5.mk
index f0f5cf0..e2459cc 100644
--- a/src/hdf5.mk
+++ b/src/hdf5.mk
@@ -10,7 +10,8 @@ $(PKG)_URL := http://www.hdfgroup.org/ftp/HDF5/current/src/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib pthreads
define $(PKG)_UPDATE
- /bin/false
+ echo 'TODO: write update script for $(PKG).' >&2;
+ echo $($(PKG)_VERSION)
endef
define $(PKG)_BUILD