wok diff xorg-libXau/receipt @ rev 12700

Fluxbox: dont have transparency by default
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 03 11:43:51 2012 +0200 (2012-05-03)
parents c514cc4854d8
children a09e9d64e4c9
line diff
     1.1 --- a/xorg-libXau/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-libXau/receipt	Thu May 03 11:43:51 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXau"
     1.7 -VERSION="1.0.6"
     1.8 +VERSION="1.0.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg authorization routines."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,18 +14,18 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -    cd $src
    1.17 -    ./configure \
    1.18 -    	--prefix=/usr --sysconfdir=/etc \
    1.19 -    	--mandir=/usr/share/man --localstatedir=/var \
    1.20 -    	$CONFIGURE_ARGS
    1.21 -    make
    1.22 -    make DESTDIR=$PWD/_pkg install
    1.23 +	cd $src
    1.24 +	./configure \
    1.25 +		--sysconfdir=/etc \
    1.26 +		--mandir=/usr/share/man \
    1.27 +		--localstatedir=/var \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35  	mkdir -p $fs/usr/lib
    1.36 -    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.37 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.38  }