# HG changeset patch # User Hans-G?nter Theisgen # Date 1551608783 -3600 # Node ID d880f670340166f160af2132f9bd48f69f871087 # Parent 870f83ae0aa2b7837fa9595444ddf20501f99bbb updated fribidi and fribidi-dev (0.19.2 -> 1.0.5) diff -r 870f83ae0aa2 -r d880f6703401 fribidi-dev/receipt --- a/fribidi-dev/receipt Sun Mar 03 11:08:56 2019 +0100 +++ b/fribidi-dev/receipt Sun Mar 03 11:26:23 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="fribidi-dev" -VERSION="0.19.2" +VERSION="1.0.5" CATEGORY="development" -SHORT_DESC="Devel files Unicode Bidirectional Algorithm" +SHORT_DESC="Development files Unicode Bidirectional Algorithm." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2.1" +WEB_SITE="http://fribidi.org/" + WANTED="fribidi" -WEB_SITE="https://github.com/fribidi/fribidi/" HOST_ARCH="i486 arm" DEPENDS="fribidi pkg-config" @@ -15,9 +16,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin $fs/usr/lib + mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/include $fs/usr } - diff -r 870f83ae0aa2 -r d880f6703401 fribidi/receipt --- a/fribidi/receipt Sun Mar 03 11:08:56 2019 +0100 +++ b/fribidi/receipt Sun Mar 03 11:26:23 2019 +0100 @@ -1,23 +1,25 @@ # SliTaz package receipt. PACKAGE="fribidi" -VERSION="0.19.2" +VERSION="1.0.5" CATEGORY="x-window" -SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm" +SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm." MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2.1" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/fribidi/fribidi/" -WGET_URL="http://fribidi.org/download/$TARBALL" -HOST_ARCH="i486 arm" +WEB_SITE="http://fribidi.org/" + +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" DEPENDS="glibc-base" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && - make && make install + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,4 +29,3 @@ cp -a $install/usr/bin/fribidi $fs/usr/bin cp -a $install/usr/lib/*.so* $fs/usr/lib } -