wok-6.x diff fribidi/receipt @ rev 21465
updated modsecurity-apache (2.7.7 -> 2.9.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 30 14:44:45 2019 +0100 (2019-04-30) |
parents | e3f377fbc5f0 |
children | ab6e8f63bcc1 |
line diff
1.1 --- a/fribidi/receipt Thu Jan 24 17:15:36 2019 +0100 1.2 +++ b/fribidi/receipt Tue Apr 30 14:44:45 2019 +0100 1.3 @@ -1,23 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fribidi" 1.7 -VERSION="0.19.2" 1.8 +VERSION="1.0.5" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm" 1.11 +SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="https://github.com/fribidi/fribidi/" 1.16 -WGET_URL="http://fribidi.org/download/$TARBALL" 1.17 -HOST_ARCH="i486 arm" 1.18 +WEB_SITE="http://fribidi.org/" 1.19 + 1.20 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.21 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.22 1.23 DEPENDS="glibc-base" 1.24 +HOST_ARCH="i486 arm" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 ./configure $CONFIGURE_ARGS && 1.30 - make && make install 1.31 + make -j 1 && 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 @@ -27,4 +29,3 @@ 1.37 cp -a $install/usr/bin/fribidi $fs/usr/bin 1.38 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.39 } 1.40 -