wok diff fontconfig/receipt @ rev 2510

qemu: update depends
author Julien Rabier <taziden@slitaz.org>
date Mon Mar 16 16:44:07 2009 +0100 (2009-03-16)
parents acdb0e641156
children fab58e610f68
line diff
     1.1 --- a/fontconfig/receipt	Thu Dec 04 22:47:12 2008 +0100
     1.2 +++ b/fontconfig/receipt	Mon Mar 16 16:44:07 2009 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Font configuration utilities and library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +DEPENDS="expat freetype zlib"
     1.8  BUILD_DEPENDS="libxml2-dev freetype-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.fontconfig.org/wiki/"
    1.11 @@ -19,8 +20,8 @@
    1.12  	--prefix=/usr \
    1.13      	--mandir=/usr/share/man \
    1.14  	--localstatedir=/var \
    1.15 -    	$CONFIGURE_ARGS
    1.16 -    make
    1.17 +    	$CONFIGURE_ARGS &&
    1.18 +    make &&
    1.19      make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21