comparison src/glib.mk @ 1297:b53f783f930b

use only release versions of glib
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 05 Oct 2010 15:19:00 +0200
parents 104c7045f292
children 9d27d3bd15a5
comparison
equal deleted inserted replaced
1296:52c5fde5dc6c 1297:b53f783f930b
12 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) 12 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc gettext pcre libiconv zlib 13 $(PKG)_DEPS := gcc gettext pcre libiconv zlib
14 14
15 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
16 wget -q -O- 'http://git.gnome.org/browse/glib/refs/tags' | \ 16 wget -q -O- 'http://git.gnome.org/browse/glib/refs/tags' | \
17 $(SED) -n "s,.*tag/?id=\([0-9][^']*\).*,\1,p" | \ 17 $(SED) -n "s,.*tag/?id=\([0-9]\+\.[0-9]*[02468]\.[^']*\).*,\1,p" | \
18 grep -v "^2\.25\." | \
19 head -1 18 head -1
20 endef 19 endef
21 20
22 define $(PKG)_BUILD 21 define $(PKG)_BUILD
23 cd '$(1)' && aclocal 22 cd '$(1)' && aclocal