bugfix in version recognition of package ftgl

This commit is contained in:
Volker Grabsch 2011-03-13 11:45:26 +01:00
parent 5dba30f2ca
commit 2d5620a6a2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $(PKG)_DEPS := gcc freetype
define $(PKG)_UPDATE
wget -q -O- 'http://sourceforge.net/projects/ftgl/files/FTGL Source/' | \
$(SED) -n 's,.*title="/FTGL Source/\([0-9][^"]*\)/".*,\1,p' | \
$(SED) -n 's,.*<tr title="\([0-9][^"]*\)".*,\1,p' | \
head -1
endef