wok-stable diff pixman/receipt @ rev 6774
Fixed gpgme to compile in clean chroot.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 04:07:50 2010 +0000 (2010-10-18) |
parents | e96a338d06d4 |
children | e8bc386710e9 |
line diff
1.1 --- a/pixman/receipt Wed Sep 15 12:28:12 2010 +0000 1.2 +++ b/pixman/receipt Mon Oct 18 04:07:50 2010 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pixman" 1.7 -VERSION="0.18.0" 1.8 +VERSION="0.18.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Pixman library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -BUILD_DEPENDS="perl glib-dev" 1.13 +BUILD_DEPENDS="perl" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.cairographics.org/" 1.16 WGET_URL="http://cairographics.org/releases/$TARBALL" 1.17 @@ -17,7 +17,7 @@ 1.18 ./configure \ 1.19 --prefix=/usr \ 1.20 --mandir=/usr/share/man \ 1.21 - --with-html-dir=/usr/share/doc \ 1.22 + --enable-gtk=no \ 1.23 $CONFIGURE_ARGS 1.24 make 1.25 make DESTDIR=$PWD/_pkg install