wok rev 20943

updated fribidi and fribidi-dev (0.19.2 -> 1.0.5)
author Hans-G?nter Theisgen
date Sun Mar 03 11:26:23 2019 +0100 (2019-03-03)
parents 870f83ae0aa2
children 4e907eebbb35
files fribidi-dev/receipt fribidi/receipt
line diff
     1.1 --- a/fribidi-dev/receipt	Sun Mar 03 11:08:56 2019 +0100
     1.2 +++ b/fribidi-dev/receipt	Sun Mar 03 11:26:23 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fribidi-dev"
     1.7 -VERSION="0.19.2"
     1.8 +VERSION="1.0.5"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Devel files Unicode Bidirectional Algorithm"
    1.11 +SHORT_DESC="Development files Unicode Bidirectional Algorithm."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="http://fribidi.org/"
    1.15 +
    1.16  WANTED="fribidi"
    1.17 -WEB_SITE="https://github.com/fribidi/fribidi/"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20  DEPENDS="fribidi pkg-config"
    1.21 @@ -15,9 +16,8 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/bin $fs/usr/lib
    1.26 +	mkdir -p $fs/usr/lib
    1.27  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.28  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29  	cp -a $install/usr/include $fs/usr
    1.30  }
    1.31 -
     2.1 --- a/fribidi/receipt	Sun Mar 03 11:08:56 2019 +0100
     2.2 +++ b/fribidi/receipt	Sun Mar 03 11:26:23 2019 +0100
     2.3 @@ -1,23 +1,25 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="fribidi"
     2.7 -VERSION="0.19.2"
     2.8 +VERSION="1.0.5"
     2.9  CATEGORY="x-window"
    2.10 -SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm"
    2.11 +SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="LGPL2.1"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.15 -WEB_SITE="https://github.com/fribidi/fribidi/"
    2.16 -WGET_URL="http://fribidi.org/download/$TARBALL"
    2.17 -HOST_ARCH="i486 arm"
    2.18 +WEB_SITE="http://fribidi.org/"
    2.19 +
    2.20 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.21 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    2.22  
    2.23  DEPENDS="glibc-base"
    2.24 +HOST_ARCH="i486 arm"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
    2.29  	./configure $CONFIGURE_ARGS &&
    2.30 -	make && make install
    2.31 +	make -j 1 &&
    2.32 +	make install
    2.33  }
    2.34  
    2.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.36 @@ -27,4 +29,3 @@
    2.37  	cp -a $install/usr/bin/fribidi $fs/usr/bin
    2.38  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.39  }
    2.40 -