update package pixman

This commit is contained in:
Mark Brand 2012-03-08 21:28:57 +01:00
parent ab35909e4d
commit a401f0aef0
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,8 @@
# pixman
PKG := pixman
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.23.8
$(PKG)_CHECKSUM := 2e29552bde39683d37dbfd079c1ffd3103a3d12a
$(PKG)_VERSION := 0.25.2
$(PKG)_CHECKSUM := 2785cedd25fb6ded0ceac8d427432f16b074dd52
$(PKG)_SUBDIR := pixman-$($(PKG)_VERSION)
$(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://cairographics.org/
@ -22,6 +22,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=