comparison src/harfbuzz.mk @ 2854:54522aaf400c

update package harfbuzz
author Mark Brand <mabrand@mabrand.nl>
date Wed, 14 Nov 2012 10:53:53 +0100
parents 1f72bc5b8701
children 47558e958113
comparison
equal deleted inserted replaced
2853:4cf24236b87b 2854:54522aaf400c
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := harfbuzz 4 PKG := harfbuzz
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := cf2141c89a293995a0ae89e379884d2a6e89b963 6 $(PKG)_CHECKSUM := c99ed7881bbeadbb9fbeb544b28d2174ddac5910
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
9 $(PKG)_URL := http://www.freedesktop.org/software/$(PKG)/release/$(PKG)/$($(PKG)_FILE) 9 $(PKG)_URL := http://www.freedesktop.org/software/$(PKG)/release/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc glib cairo freetype 10 $(PKG)_DEPS := gcc glib cairo freetype
11 11
12 define $(PKG)_UPDATE 12 define $(PKG)_UPDATE
13 $(WGET) -q -O- 'http://cgit.freedesktop.org/harfbuzz/refs/tags' | \ 13 $(WGET) -q -O- 'http://cgit.freedesktop.org/harfbuzz/refs/tags' | \
14 $(SED) -n "s,.*<a href='[^']*/tag/?id=[^0-9]*\\([0-9][^']*\\)'.*,\\1,p" | \ 14 $(SED) -n "s,.*<a href='[^']*/tag/?id=[^0-9]*\\([0-9][^']*\\)'.*,\\1,p" | \