wok-6.x diff pixman/receipt @ rev 12927
util-linux: cross-compile for ARM (and pack blkid/uuid)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 29 22:45:34 2012 +0000 (2012-05-29) |
parents | b764c5b7e0b7 |
children | 7ae8c5d88295 |
line diff
1.1 --- a/pixman/receipt Fri May 20 15:21:05 2011 +0000 1.2 +++ b/pixman/receipt Tue May 29 22:45:34 2012 +0000 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 }