summaryrefslogtreecommitdiffstats
path: root/src
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
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')
-rw-r--r--src/hdf4.mk3
-rw-r--r--src/hdf5.mk3
-rw-r--r--src/netcdf.mk3
-rw-r--r--src/portablexdr.mk3
4 files changed, 8 insertions, 4 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
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
diff --git a/src/netcdf.mk b/src/netcdf.mk
index c1fd22a..a4dde65 100644
--- a/src/netcdf.mk
+++ b/src/netcdf.mk
@@ -10,7 +10,8 @@ $(PKG)_URL := http://www.unidata.ucar.edu/downloads/netcdf/ftp/$($(PKG)_FIL
$(PKG)_DEPS := gcc curl zlib hdf4 hdf5
define $(PKG)_UPDATE
- /bin/false
+ echo 'TODO: write update script for $(PKG).' >&2;
+ echo $($(PKG)_VERSION)
endef
# NetCDF uses '#ifdef IGNORE' as a synonym to '#if 0' in several places.
diff --git a/src/portablexdr.mk b/src/portablexdr.mk
index a7f3cd7..bf07a6b 100644
--- a/src/portablexdr.mk
+++ b/src/portablexdr.mk
@@ -10,7 +10,8 @@ $(PKG)_URL := http://people.redhat.com/~rjones/portablexdr/files/$($(PKG)_F
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- /bin/false
+ echo 'TODO: write update script for $(PKG).' >&2;
+ echo $($(PKG)_VERSION)
endef
define $(PKG)_BUILD