wok diff fontconfig/receipt @ rev 3680
Fix: ocsinventory-agent, remove escape chars from tazpkg list output.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Jul 13 10:52:36 2009 +0200 (2009-07-13) |
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 Jul 13 10:52:36 2009 +0200 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