wok-next rev 21666
updated fribidi (1.0.5 -> 1.0.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 15:55:02 2020 +0100 (2020-06-27) |
parents | eddecc8a1538 |
children | 552b63855449 |
files | fribidi/receipt |
line diff
1.1 --- a/fribidi/receipt Sat Jun 27 15:37:35 2020 +0100 1.2 +++ b/fribidi/receipt Sat Jun 27 15:55:02 2020 +0100 1.3 @@ -1,17 +1,17 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="fribidi" 1.7 -VERSION="1.0.5" 1.8 +VERSION="1.0.9" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Implementation of the Unicode Bidirectional Algorithm" 1.11 -MAINTAINER="devel@slitaz.org" 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 WEB_SITE="https://github.com/fribidi/fribidi/" 1.15 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/fribidi.html" 1.16 1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 -WGET_URL="https://github.com/fribidi/fribidi/releases/download/v$VERSION/$TARBALL" 1.19 -TARBALL_SHA1="39d2bcb3ef93365222e7cdaf648cd167785ec3bf" 1.20 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.21 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.22 +# 1.0.5 TARBALL_SHA1="39d2bcb3ef93365222e7cdaf648cd167785ec3bf" 1.23 1.24 BUILD_DEPENDS="glib-dev" 1.25 SPLIT="$PACKAGE-dev" 1.26 @@ -19,7 +19,8 @@ 1.27 COPY_std="fribidi *.so.*" 1.28 COPY_dev="@dev *.so" 1.29 1.30 -compile_rules() { 1.31 +compile_rules() 1.32 +{ 1.33 ./configure $CONFIGURE_ARGS && 1.34 fix libtool && 1.35 make &&