wok diff xorg-libXcomposite/receipt @ rev 11270

Up tor (0.2.2.34)
author Paul Issott <paul@slitaz.org>
date Wed Nov 09 21:22:16 2011 +0000 (2011-11-09)
parents e5ae411e1d8c
children cfa130f21bdf
line diff
     1.1 --- a/xorg-libXcomposite/receipt	Mon Apr 04 01:54:51 2011 +0000
     1.2 +++ b/xorg-libXcomposite/receipt	Wed Nov 09 21:22:16 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXcomposite"
     1.7 -VERSION="0.4.2"
     1.8 +VERSION="0.4.3"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg composite extension."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,16 +16,16 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.17 -    --mandir=/usr/share/man --localstatedir=/var \
    1.18 +    ./configure --sysconfdir=/etc \
    1.19 +    --localstatedir=/var \
    1.20      $CONFIGURE_ARGS &&
    1.21      make &&
    1.22 -    make DESTDIR=$PWD/_pkg install
    1.23 +    make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr/lib
    1.30 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.31 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.32  }