wok-6.x diff fribidi/receipt @ rev 19229
Add httpfs2-fuse
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 24 16:28:42 2016 +0200 (2016-06-24) |
parents | 76b72f1ad63c |
children | e3f377fbc5f0 |
line diff
1.1 --- a/fribidi/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/fribidi/receipt Fri Jun 24 16:28:42 2016 +0200 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.