wok-current diff flam3/receipt @ rev 20921
updated flam3 and flam3-dev (3.0 -> 3.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 01 17:44:13 2019 +0100 (2019-03-01) |
parents | a78610b2eb47 |
children | a26791e2ea4a |
line diff
1.1 --- a/flam3/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/flam3/receipt Fri Mar 01 17:44:13 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="flam3" 1.7 -VERSION="3.0" 1.8 +VERSION="3.1.1" 1.9 CATEGORY="graphics" 1.10 -SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations" 1.11 +SHORT_DESC="Tools to create and display fractal flames: algorithmically generated images and animations." 1.12 MAINTAINER="gokhlayeh@slitaz.org" 1.13 LICENSE="GPL3" 1.14 +WEB_SITE="https://flam3.com/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://flam3.com/" 1.18 -WGET_URL="http://flam3.googlecode.com/files/$TARBALL" 1.19 +WGET_URL="https://github.com/scottdraves/$PACKAGE/archive/v$VERSION.tar.gz" 1.20 1.21 DEPENDS="expat libjpeg libpng libxml2" 1.22 BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev" 1.23 @@ -22,7 +23,8 @@ 1.24 --infodir=/usr/share/info \ 1.25 --mandir=/usr/share/man \ 1.26 $CONFIGURE_ARGS && 1.27 - make $MAKEFLAGS && make DESTDIR=$DESTDIR -j 1 install 1.28 + make -j 1 $MAKEFLAGS && 1.29 + make -j 1 DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 @@ -32,5 +34,3 @@ 1.34 cp -a $install/usr/bin $fs/usr/ 1.35 cp -a $install/usr/share/flam3 $fs/usr/share/ 1.36 } 1.37 - 1.38 -