wok-next diff fontconfig/receipt @ rev 3326
exclude unwanted fdi files in HAL (improve boot time)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Jun 09 17:23:06 2009 +0000 (2009-06-09) |
parents | acdb0e641156 |
children | fab58e610f68 |
line diff
1.1 --- a/fontconfig/receipt Thu Dec 04 22:47:12 2008 +0100 1.2 +++ b/fontconfig/receipt Tue Jun 09 17:23:06 2009 +0000 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