wok-next diff pixman/receipt @ rev 12725
fox14: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 05 13:03:47 2012 +0200 (2012-05-05) |
parents | b764c5b7e0b7 |
children | 7ae8c5d88295 |
line diff
1.1 --- a/pixman/receipt Fri May 20 15:21:05 2011 +0000 1.2 +++ b/pixman/receipt Sat May 05 13:03:47 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pixman" 1.7 -VERSION="0.22.0" 1.8 +VERSION="0.25.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Pixman library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,16 +13,16 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - ./configure \ 1.18 - --enable-gtk=no \ 1.19 - $CONFIGURE_ARGS && 1.20 - make && make install 1.21 + cd $src 1.22 + ./configure \ 1.23 + --enable-gtk=no \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr/lib 1.32 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 }