wok rev 10369

xorg-libXinerama: can't cross (use host cc)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 03:43:26 2011 +0200 (2011-05-23)
parents a535d1c2cd32
children 150d1fd28396
files xorg-libXinerama/receipt
line diff
     1.1 --- a/xorg-libXinerama/receipt	Mon May 23 03:27:32 2011 +0200
     1.2 +++ b/xorg-libXinerama/receipt	Mon May 23 03:43:26 2011 +0200
     1.3 @@ -7,21 +7,23 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  SOURCE="libXinerama"
     1.6  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.7 +WEB_SITE="http://www.x.org/"
     1.8 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     1.9 +CROSS"bug: can not run test program"
    1.10 +
    1.11  DEPENDS="xorg-libXext"
    1.12  BUILD_DEPENDS="xorg-libXext-dev xorg-xineramaproto"
    1.13 -WEB_SITE="http://www.x.org/"
    1.14 -WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20  	./configure \
    1.21 -		--prefix=/usr --sysconfdir=/etc \
    1.22 -		--mandir=/usr/share/man --localstatedir=/var \
    1.23 +		--prefix=/usr \
    1.24 +		--sysconfdir=/etc \
    1.25 +		--localstatedir=/var \
    1.26  		$CONFIGURE_ARGS &&
    1.27 -	make &&
    1.28 -	make DESTDIR=$PWD/_pkg install
    1.29 +	make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.