wok diff pixman/receipt @ rev 12254

Up: slitaz-configs (4.9.1) - Last minute bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 13:54:27 2012 +0200 (2012-04-10)
parents e8bc386710e9
children 7e91486a25fd
line diff
     1.1 --- a/pixman/receipt	Wed Nov 17 14:56:32 2010 +0000
     1.2 +++ b/pixman/receipt	Tue Apr 10 13:54:27 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pixman"
     1.7 -VERSION="0.20.0"
     1.8 +VERSION="0.22.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Pixman library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,12 +15,9 @@
    1.13  {
    1.14      cd $src
    1.15      ./configure \
    1.16 -    	--prefix=/usr \
    1.17 -    	--mandir=/usr/share/man \
    1.18      	--enable-gtk=no \
    1.19 -    	$CONFIGURE_ARGS
    1.20 -    make
    1.21 -    make DESTDIR=$PWD/_pkg install
    1.22 +    	$CONFIGURE_ARGS &&
    1.23 +    make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.