wok rev 10107

Up: pixman to 0.22.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 15:21:05 2011 +0000 (2011-05-20)
parents f5102480f2bc
children 7b63a08dff3f
files pixman-dev/receipt pixman/receipt
line diff
     1.1 --- a/pixman-dev/receipt	Fri May 20 15:19:39 2011 +0000
     1.2 +++ b/pixman-dev/receipt	Fri May 20 15:21:05 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pixman-dev"
     1.7 -VERSION="0.20.0"
     1.8 +VERSION="0.22.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Pixman library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/pixman/receipt	Fri May 20 15:19:39 2011 +0000
     2.2 +++ b/pixman/receipt	Fri May 20 15:21:05 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pixman"
     2.7 -VERSION="0.20.0"
     2.8 +VERSION="0.22.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Pixman library."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -15,12 +15,9 @@
    2.13  {
    2.14      cd $src
    2.15      ./configure \
    2.16 -    	--prefix=/usr \
    2.17 -    	--mandir=/usr/share/man \
    2.18      	--enable-gtk=no \
    2.19 -    	$CONFIGURE_ARGS
    2.20 -    make
    2.21 -    make DESTDIR=$PWD/_pkg install
    2.22 +    	$CONFIGURE_ARGS &&
    2.23 +    make && make install
    2.24  }
    2.25  
    2.26  # Rules to gen a SliTaz package suitable for Tazpkg.