implemented version recognition for package freeimage

This commit is contained in:
Volker Grabsch 2010-02-16 21:47:03 +01:00
parent 5faa838de4
commit a7cae3a1f7
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freeimage/Source Distrib
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
echo Update not implemented.
$(call SOURCEFORGE_FILES,http://sourceforge.net/projects/freeimage/files/) | \
$(SED) -n 's,.*/\([0-9][^>]*\)/FreeImage.*,\1,p' | \
tail -1
endef
define $(PKG)_BUILD