avoid beta versions of package boost

This commit is contained in:
Volker Grabsch 2009-11-09 05:00:39 +01:00
parent 0b934c93de
commit fd28ac18c5
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ $(PKG)_DEPS := gcc zlib bzip2 expat
define $(PKG)_UPDATE
$(call SOURCEFORGE_FILES,http://sourceforge.net/projects/boost/files/boost/) | \
$(SED) -n 's,.*boost_\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v beta | \
tail -1
endef