wok diff libcroco/receipt @ rev 23543
gnumeric: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 06 16:30:06 2020 +0000 (2020-04-06) |
parents | fc77c2093acf |
children | 6831608a1b2a |
line diff
1.1 --- a/libcroco/receipt Sun Mar 31 16:21:20 2019 +0100 1.2 +++ b/libcroco/receipt Mon Apr 06 16:30:06 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libcroco" 1.7 -VERSION="0.6.12" 1.8 +VERSION="0.6.13" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Cascading Style Sheet (CSS) parsing and manipulation toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,17 +9,17 @@ 1.13 WEB_SITE="https://developer.gnome.org/libcroco/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.17 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.18 1.19 DEPENDS="glib libxml2 zlib" 1.20 BUILD_DEPENDS="glib-dev libxml2-dev zlib-dev" 1.21 + 1.22 HOST_ARCH="i486 arm" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - ./configure \ 1.28 - $CONFIGURE_ARGS && 1.29 + ./configure $CONFIGURE_ARGS && 1.30 make -j 1 && 1.31 make install 1.32 }