wok-next diff pixman/receipt @ rev 13830
eboard: add LDFLAGS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 07 12:12:01 2013 +0100 (2013-01-07) |
parents | 7e91486a25fd |
children | 66feb7f9e198 |
line diff
1.1 --- a/pixman/receipt Tue Apr 24 23:23:22 2012 +0200 1.2 +++ b/pixman/receipt Mon Jan 07 12:12:01 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pixman" 1.7 -VERSION="0.25.2" 1.8 +VERSION="0.26.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Pixman library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,6 +9,7 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.cairographics.org/" 1.15 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.16 +HOST_ARCH="i486 arm" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()