wok diff fontconfig/receipt @ rev 4363

x11vnc: add desktop entry
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 07 11:01:59 2009 +0200 (2009-10-07)
parents 3eacc9c96968
children af928fecc8ab
line diff
     1.1 --- a/fontconfig/receipt	Sun Mar 15 21:33:26 2009 +0000
     1.2 +++ b/fontconfig/receipt	Wed Oct 07 11:01:59 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fontconfig"
     1.7 -VERSION="2.6.0"
     1.8 +VERSION="2.7.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Font configuration utilities and library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,15 +14,14 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -    cd $src
    1.17 -    ./configure \
    1.18 -	--sysconfdir=/etc \
    1.19 -	--prefix=/usr \
    1.20 -    	--mandir=/usr/share/man \
    1.21 -	--localstatedir=/var \
    1.22 -    	$CONFIGURE_ARGS &&
    1.23 -    make &&
    1.24 -    make DESTDIR=$PWD/_pkg install
    1.25 +	cd $src
    1.26 +	./configure \
    1.27 +		--sysconfdir=/etc \
    1.28 +		--prefix=/usr \
    1.29 +		--mandir=/usr/share/man \
    1.30 +		--localstatedir=/var \
    1.31 +		$CONFIGURE_ARGS &&
    1.32 +	make && make DESTDIR=$PWD/_pkg install
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.