packages hdf4 hdf5 netcdf portablexdr: add TODO placeholder for update scripts

This commit is contained in:
Tony Theodore 2012-12-06 00:25:58 +11:00
parent 34eb66438b
commit 7081702736
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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