wok-6.x diff xorg-libXrandr/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents 82d256ad6af1
children 1916b7d701ea
line diff
     1.1 --- a/xorg-libXrandr/receipt	Wed Feb 02 01:55:01 2011 +0100
     1.2 +++ b/xorg-libXrandr/receipt	Mon Jun 11 17:36:31 2012 +0200
     1.3 @@ -11,17 +11,19 @@
     1.4  BUILD_DEPENDS="xorg-randrproto"
     1.5  WEB_SITE="http://www.x.org/"
     1.6  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     1.7 +CROSS="bug: can not run test programm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13  	./configure \
    1.14 -		--prefix=/usr --sysconfdir=/etc \
    1.15 -		--mandir=/usr/share/man --localstatedir=/var \
    1.16 -		$CONFIGURE_ARGS &&
    1.17 -	make &&
    1.18 -	make DESTDIR=$PWD/_pkg install
    1.19 +		--prefix=/usr \
    1.20 +		--sysconfdir=/etc \
    1.21 +		--localstatedir=/var \
    1.22 +		--build=$HOST_SYSTEM \
    1.23 +		--host=$HOST_SYSTEM &&
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.