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

This commit is contained in:
Volker Grabsch 2008-11-09 05:31:50 +01:00
parent 465b1fc60e
commit 99f882b59c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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