wok diff pixman/receipt @ rev 22046
updated traceroute (2.0.19 -> 2.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 14:29:30 2019 +0100 (2019-10-22) |
parents | a78610b2eb47 |
children | 5d79829fa876 |
line diff
1.1 --- a/pixman/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/pixman/receipt Tue Oct 22 14:29:30 2019 +0100 1.3 @@ -1,26 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pixman" 1.7 -VERSION="0.32.6" 1.8 +VERSION="0.38.4" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Pixel-manipulation library for X and Cairo" 1.11 +SHORT_DESC="Pixel-manipulation library for X and Cairo." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="http://pixman.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://www.cairographics.org/" 1.18 -#WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.19 -WGET_URL="${WEB_SITE}releases/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 +WGET_URL="https://cairographics.org/releases/$TARBALL" 1.22 1.23 DEPENDS="glibc-base" 1.24 BUILD_DEPENDS="libpng-dev" 1.25 1.26 +HOST_ARCH="i486 arm" 1.27 + 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - ./configure \ 1.32 - --enable-gtk=no \ 1.33 - --enable-libpng \ 1.34 + ./configure \ 1.35 + --enable-gtk=no \ 1.36 + --enable-libpng \ 1.37 $CONFIGURE_ARGS && 1.38 make && 1.39 make install