comparison src/expat.mk @ 1120:405738cf5761

fixed sourceforge URLs in UPDATE macros
author Mark Brand <mabrand@mabrand.nl>
date Thu, 09 Sep 2010 21:24:32 +0200
parents 29f1ba4559ae
children 61dda1d437e2
comparison
equal deleted inserted replaced
1119:f9fd9c5eea09 1120:405738cf5761
11 $(PKG)_WEBSITE := http://expat.sourceforge.net/ 11 $(PKG)_WEBSITE := http://expat.sourceforge.net/
12 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/expat/expat/$($(PKG)_VERSION)/$($(PKG)_FILE) 12 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/expat/expat/$($(PKG)_VERSION)/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc 13 $(PKG)_DEPS := gcc
14 14
15 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
16 $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/expat/files/expat/) | \ 16 $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/expat/files/) | \
17 $(SED) -n 's,.*expat-\([0-9][^>]*\)\.tar.*,\1,p' | \ 17 $(SED) -n 's,.*expat-\([0-9][^>]*\)\.tar.*,\1,p' | \
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD