wok-next diff fribidi/receipt @ rev 17834
Add: get-sublime-text-3.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 23 04:43:23 2015 +0200 (2015-03-23) |
parents | 76b72f1ad63c |
children | 4048d48a47c1 |
line diff
1.1 --- a/fribidi/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/fribidi/receipt Mon Mar 23 04:43:23 2015 +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.