wok rev 22524

updated azpainter (2.1.3 -> 2.1.5)
author Hans-G?nter Theisgen
date Thu Jan 02 15:37:23 2020 +0100 (2020-01-02)
parents 2c876a16096d
children 44de6fc18c6b
files azpainter/receipt
line diff
     1.1 --- a/azpainter/receipt	Thu Jan 02 15:22:48 2020 +0100
     1.2 +++ b/azpainter/receipt	Thu Jan 02 15:37:23 2020 +0100
     1.3 @@ -1,26 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="azpainter"
     1.7 -VERSION="2.1.3"
     1.8 +VERSION="2.1.5"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Full color painting software for illustration drawing."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3 BSD"
    1.13  WEB_SITE="https://osdn.net/projects/azpainter/"
    1.14  
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 -WGET_URL="https://dotsrc.dl.osdn.net/osdn/$PACKAGE/70132/$TARBALL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://github.com/Symbian9/$PACKAGE/archive/v$VERSION/$TARBALL"
    1.19  
    1.20 -DEPENDS="xorg-libX11 xorg-libXext xorg-libXi freetype fontconfig \
    1.21 -libpng libjpeg-turbo"
    1.22 -BUILD_DEPENDS="xorg-dev freetype-dev \
    1.23 -fontconfig-dev libpng-dev libjpeg-turbo-dev zlib-dev"
    1.24 +DEPENDS="fontconfig freetype libjpeg-turbo libpng xorg-libX11 
    1.25 +	xorg-libXext xorg-libXi"
    1.26 +BUILD_DEPENDS="fontconfig-dev freetype-dev libjpeg-turbo-dev 
    1.27 +	libpng-dev xorg-dev zlib-dev"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	./configure \
    1.33 -		--prefix=/usr \
    1.34 +	./configure		\
    1.35 +		--prefix=/usr	\
    1.36  		$CONFIGURE_ARGS &&
    1.37  	make &&
    1.38  	make DESTDIR=$DESTDIR install-strip