comparison src/glib.mk @ 631:208b993490f5

avoid all old 2.22.x versions of package glib
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 09 Jan 2010 00:49:27 +0100
parents 9aae691e9818
children dab071eac9c0
comparison
equal deleted inserted replaced
630:dc4e92344c91 631:208b993490f5
32 32
33 define $(PKG)_UPDATE 33 define $(PKG)_UPDATE
34 wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \ 34 wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \
35 grep '<a href=' | \ 35 grep '<a href=' | \
36 $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \ 36 $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
37 grep -v '2\.22\.' | \
37 head -1 38 head -1
38 endef 39 endef
39 40
40 define $(PKG)_BUILD 41 define $(PKG)_BUILD
41 # native build of libiconv (used by glib-genmarshal) 42 # native build of libiconv (used by glib-genmarshal)