wok-6.x diff xorg-libXp/receipt @ rev 14429

fix openjpeg-dev, add openjpeg2, rebuild mupdf, move from undigest djvulibre, and finally add fbpdf-mupdf
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 24 14:06:49 2013 +0000 (2013-04-24)
parents c514cc4854d8
children 48bd3d8ae881
line diff
     1.1 --- a/xorg-libXp/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-libXp/receipt	Wed Apr 24 14:06:49 2013 +0000
     1.3 @@ -13,17 +13,16 @@
     1.4  # This lib is missing from the current X11R7.4
     1.5  #WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     1.6  WGET_URL="http://xorg.freedesktop.org/releases/X11R7.3/src/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 \
    1.15 -		--infodir=/usr/share/info \
    1.16 -		--mandir=/usr/share/man \
    1.17 -		$CONFIGURE_ARGS &&
    1.18 -	make && make DESTDIR=$PWD/_pkg install
    1.19 +		--build=$HOST_SYSTEM \
    1.20 +		--host=$HOST_SYSTEM &&
    1.21 +	make && make install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.