comparison src/glib.mk @ 910:f0e89176cc72

avoid beta versions of packages glib and gtk (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 26 Apr 2010 15:09:34 +0200
parents fbb1667f8e3a
children ea9734b40ea5
comparison
equal deleted inserted replaced
909:fbb1667f8e3a 910:f0e89176cc72
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 grep '<a href=' | \ 17 grep '<a href=' | \
18 $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \ 18 $(SED) -n 's,.*<a[^>]*>\([0-9]*\.[0-9]*[02468]\.[^<]*\)<.*,\1,p' | \
19 grep -v '^2\.22\.' | \
20 head -1 19 head -1
21 endef 20 endef
22 21
23 define $(PKG)_BUILD 22 define $(PKG)_BUILD
24 cd '$(1)' && aclocal 23 cd '$(1)' && aclocal