wok rev 22783

updated fribidi and fribidi-dev (1.0.5 -> 1.0.8)
author Hans-G?nter Theisgen
date Sun Jan 26 10:41:25 2020 +0100 (2020-01-26)
parents c9734868193e
children 17e13002e607
files fribidi-dev/receipt fribidi/receipt
line diff
     1.1 --- a/fribidi-dev/receipt	Sun Jan 26 10:33:16 2020 +0100
     1.2 +++ b/fribidi-dev/receipt	Sun Jan 26 10:41:25 2020 +0100
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fribidi-dev"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="1.0.8"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files Unicode Bidirectional Algorithm."
    1.11 +SHORT_DESC="Development files for 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 +DEPENDS="fribidi pkg-config"
    1.17  WANTED="fribidi"
    1.18 +
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21 -DEPENDS="fribidi pkg-config"
    1.22 -
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    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 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.32 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34  }
     2.1 --- a/fribidi/receipt	Sun Jan 26 10:33:16 2020 +0100
     2.2 +++ b/fribidi/receipt	Sun Jan 26 10:41:25 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="fribidi"
     2.7 -VERSION="1.0.5"
     2.8 +VERSION="1.0.8"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -12,6 +12,7 @@
    2.13  WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    2.14  
    2.15  DEPENDS="glibc-base"
    2.16 +
    2.17  HOST_ARCH="i486 arm"
    2.18  
    2.19  # Rules to configure and make the package.
    2.20 @@ -25,7 +26,9 @@
    2.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.22  genpkg_rules()
    2.23  {
    2.24 -	mkdir -p $fs/usr/bin $fs/usr/lib
    2.25 -	cp -a $install/usr/bin/fribidi $fs/usr/bin
    2.26 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.27 +	mkdir -p $fs/usr/bin
    2.28 +	mkdir -p $fs/usr/lib
    2.29 +
    2.30 +	cp -a $install/usr/bin/fribidi	$fs/usr/bin
    2.31 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.32  }