wok diff fribidi/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 76b72f1ad63c
children e3f377fbc5f0
line diff
     1.1 --- a/fribidi/receipt	Sat Aug 10 11:00:21 2013 +0000
     1.2 +++ b/fribidi/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -9,17 +9,15 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://fribidi.freedesktop.org/wiki/"
     1.6  WGET_URL="http://fribidi.org/download/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="glibc-base"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	make
    1.18 -	make DESTDIR=$DESTDIR install
    1.19 +	./configure $CONFIGURE_ARGS &&
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.