wok rev 20734

updated azpainter (2.0.4 -> 2.1.3)
author Hans-G?nter Theisgen
date Sat Feb 09 17:15:55 2019 +0100 (2019-02-09)
parents 36c11ae1b7bb
children 3c6bec1ba3fb
files azpainter/receipt
line diff
     1.1 --- a/azpainter/receipt	Sat Feb 09 16:56:46 2019 +0100
     1.2 +++ b/azpainter/receipt	Sat Feb 09 17:15:55 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="azpainter"
     1.7 -VERSION="2.0.4"
     1.8 +VERSION="2.1.3"
     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 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="https://osdn.net/projects/azpainter/"
    1.15 -WGET_URL="http://rwthaachen.dl.osdn.jp/azpainter/67264/$TARBALL"
    1.16 +
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 +WGET_URL="https://de.osdn.net/projects/$PACKAGE/downloads/70132/$TARBALL"
    1.19  
    1.20  DEPENDS="xorg-libX11 xorg-libXext xorg-libXi freetype fontconfig \
    1.21  libpng libjpeg-turbo"
    1.22 @@ -18,7 +19,9 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.27 +	./configure \
    1.28 +		--prefix=/usr \
    1.29 +		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31  	make DESTDIR=$DESTDIR install-strip
    1.32  }