wok diff xorg-libXau/receipt @ rev 4361

Up: libxml2* (2.7.5) + python-lxml
author Christophe Lincoln <pankso@slitaz.org>
date Tue Oct 06 11:19:06 2009 +0200 (2009-10-06)
parents 075898aaed14
children bcf4317a51e4
line diff
     1.1 --- a/xorg-libXau/receipt	Wed Jul 16 16:20:36 2008 +0000
     1.2 +++ b/xorg-libXau/receipt	Tue Oct 06 11:19:06 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXau"
     1.7 -VERSION="1.0.3"
     1.8 +VERSION="1.0.4"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,9 +14,10 @@
    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_ARGS
    1.19 +    ./configure \
    1.20 +    	--prefix=/usr --sysconfdir=/etc \
    1.21 +    	--mandir=/usr/share/man --localstatedir=/var \
    1.22 +    	$CONFIGURE_ARGS
    1.23      make
    1.24      make DESTDIR=$PWD/_pkg install
    1.25  }
    1.26 @@ -26,5 +27,4 @@
    1.27  {
    1.28  	mkdir -p $fs/usr/lib
    1.29      cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.30 -    strip -s $fs/usr/lib/*
    1.31  }