fixed URLs for version recognition of packages 'libgeotiff' and 'proj'

pull/13/head
Volker Grabsch 16 years ago
parent 465b1fc60e
commit 99f882b59c

@ -10,7 +10,7 @@ $(PKG)_URL_2 := http://download.osgeo.org/geotiff/libgeotiff/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib jpeg tiff proj
define $(PKG)_UPDATE
wget -q -O- 'http://www.remotesensing.org/geotiff/geotiff.html' | \
wget -q -O- 'http://trac.osgeo.org/geotiff/' | \
$(SED) -n 's,.*libgeotiff-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef

@ -10,7 +10,7 @@ $(PKG)_URL_2 := http://download.osgeo.org/proj/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
wget -q -O- 'http://www.remotesensing.org/proj/' | \
wget -q -O- 'http://trac.osgeo.org/proj/' | \
$(SED) -n 's,.*proj-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef

Loading…
Cancel
Save