comparison src/libxslt.mk @ 891:0ed1ba56ce8e

improved version recognition of packages atk, glib, gtk, libxml2, libxslt and pango
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 21 Apr 2010 01:15:03 +0200
parents 29f1ba4559ae
children f653602a0500
comparison
equal deleted inserted replaced
890:bbf7d296d3c2 891:0ed1ba56ce8e
11 $(PKG)_WEBSITE := http://xmlsoft.org/XSLT/ 11 $(PKG)_WEBSITE := http://xmlsoft.org/XSLT/
12 $(PKG)_URL := ftp://xmlsoft.org/libxslt/$($(PKG)_FILE) 12 $(PKG)_URL := ftp://xmlsoft.org/libxslt/$($(PKG)_FILE)
13 $(PKG)_DEPS := gcc libxml2 libgcrypt 13 $(PKG)_DEPS := gcc libxml2 libgcrypt
14 14
15 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
16 wget -q -O- 'http://git.gnome.org/cgit/libxslt/refs/tags' | \ 16 wget -q -O- 'http://git.gnome.org/browse/libxslt/refs/tags' | \
17 grep '<a href=' | \ 17 grep '<a href=' | \
18 $(SED) -n "s,.*<a href='[^']*/tag/?id=v\\([0-9][^']*\\)'.*,\\1,p" | \ 18 $(SED) -n "s,.*<a href='[^']*/tag/?id=v\\([0-9][^']*\\)'.*,\\1,p" | \
19 head -1 19 head -1
20 endef 20 endef
21 21