disable update for package gd, because its website has been down for a long time

This commit is contained in:
Volker Grabsch 2011-05-17 13:51:24 +02:00
parent 6df3b650df
commit e788b87326
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ $(PKG)_URL_2 := http://ftp.uni-magdeburg.de/aftp/mirror/linux/slackware/sourc
$(PKG)_DEPS := gcc freetype libpng jpeg libxml2 pthreads
define $(PKG)_UPDATE
echo 'Warning: Update for package gd is temporarily disabled.' >&2;
echo $(gd_VERSION)
endef
define $(PKG)_UPDATE_orig
wget -q -O- 'http://www.libgd.org/releases/' | \
$(SED) -n 's,.*gd-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1