wok diff xorg-libXt/receipt @ rev 3329

UP ; wpa_supplicant (0.6.9)
author Rohit Joshi <jozee@slitaz.org>
date Tue Jun 09 18:18:50 2009 +0000 (2009-06-09)
parents 075898aaed14
children 413b0174114a
line diff
     1.1 --- a/xorg-libXt/receipt	Wed Jul 16 16:20:36 2008 +0000
     1.2 +++ b/xorg-libXt/receipt	Tue Jun 09 18:18:50 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libXt"
     1.7 -VERSION="1.0.4"
     1.8 +VERSION="1.0.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -13,12 +13,13 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -    cd $src
    1.17 -    ./configure --prefix=/usr --sysconfdir=/etc \
    1.18 -    --mandir=/usr/share/man --localstatedir=/var \
    1.19 -    $CONFIGURE_ARGS
    1.20 -    make
    1.21 -    make DESTDIR=$PWD/_pkg install
    1.22 +	cd $src
    1.23 +	./configure \
    1.24 +		--prefix=/usr --sysconfdir=/etc \
    1.25 +		--mandir=/usr/share/man --localstatedir=/var \
    1.26 +		$CONFIGURE_ARGS
    1.27 +	make
    1.28 +	make DESTDIR=$PWD/_pkg install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 @@ -26,5 +27,4 @@
    1.33  {
    1.34  	mkdir -p $fs/usr/lib
    1.35      cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.36 -    strip -s $fs/usr/lib/*
    1.37  }