comparison src/pango.mk @ 2623:7e078ab846b8

update package pango
author Mark Brand <mabrand@mabrand.nl>
date Fri, 15 Jun 2012 16:01:45 +0200
parents 4d0f3a9da57e
children 059460e131a5
comparison
equal deleted inserted replaced
2622:946d2c2f08b5 2623:7e078ab846b8
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 := pango 4 PKG := pango
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := f0bf7974ef3e8826fbbb55c0974466ede1e67dd3 6 $(PKG)_CHECKSUM := f853a35758bed6aba6101e027ba7b4411448236f
7 $(PKG)_SUBDIR := pango-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := pango-$($(PKG)_VERSION)
8 $(PKG)_FILE := pango-$($(PKG)_VERSION).tar.xz 8 $(PKG)_FILE := pango-$($(PKG)_VERSION).tar.xz
9 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) 9 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc fontconfig freetype cairo glib 10 $(PKG)_DEPS := gcc fontconfig freetype cairo glib
11 11
15 $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \ 15 $(SED) -n "s,.*<a href='[^']*/tag/?id=\\([0-9][^']*\\)'.*,\\1,p" | \
16 head -1 16 head -1
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 cd '$(1)' && NOCONFIGURE=1 ./autogen.sh
20 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
21 --host='$(TARGET)' \ 22 --host='$(TARGET)' \
22 --build="`config.guess`" \ 23 --build="`config.guess`" \
23 --disable-shared \ 24 --disable-shared \
24 --prefix='$(PREFIX)/$(TARGET)' \ 25 --prefix='$(PREFIX)/$(TARGET)' \