wok 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 | 9e09019c3f53 |
children | a26791e2ea4a |
files | flam3-dev/receipt flam3/receipt |
line diff
1.1 --- a/flam3-dev/receipt Fri Mar 01 17:30:52 2019 +0100 1.2 +++ b/flam3-dev/receipt Fri Mar 01 17:44:13 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="flam3-dev" 1.7 -VERSION="3.0" 1.8 +VERSION="3.1.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)" 1.11 +SHORT_DESC="Tools to create and display fractal flames: algorithmically generated images and animations (development files)" 1.12 MAINTAINER="gokhlayeh@slitaz.org" 1.13 LICENSE="GPL3" 1.14 -WANTED="flam3" 1.15 WEB_SITE="https://flam3.com/" 1.16 1.17 +WANTED="flam3" 1.18 DEPENDS="flam3 pkg-config" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/flam3/receipt Fri Mar 01 17:30:52 2019 +0100 2.2 +++ b/flam3/receipt Fri Mar 01 17:44:13 2019 +0100 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="flam3" 2.7 -VERSION="3.0" 2.8 +VERSION="3.1.1" 2.9 CATEGORY="graphics" 2.10 -SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations" 2.11 +SHORT_DESC="Tools to create and display fractal flames: algorithmically generated images and animations." 2.12 MAINTAINER="gokhlayeh@slitaz.org" 2.13 LICENSE="GPL3" 2.14 +WEB_SITE="https://flam3.com/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="https://flam3.com/" 2.18 -WGET_URL="http://flam3.googlecode.com/files/$TARBALL" 2.19 +WGET_URL="https://github.com/scottdraves/$PACKAGE/archive/v$VERSION.tar.gz" 2.20 2.21 DEPENDS="expat libjpeg libpng libxml2" 2.22 BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev" 2.23 @@ -22,7 +23,8 @@ 2.24 --infodir=/usr/share/info \ 2.25 --mandir=/usr/share/man \ 2.26 $CONFIGURE_ARGS && 2.27 - make $MAKEFLAGS && make DESTDIR=$DESTDIR -j 1 install 2.28 + make -j 1 $MAKEFLAGS && 2.29 + make -j 1 DESTDIR=$DESTDIR install 2.30 } 2.31 2.32 # Rules to gen a SliTaz package suitable for Tazpkg. 2.33 @@ -32,5 +34,3 @@ 2.34 cp -a $install/usr/bin $fs/usr/ 2.35 cp -a $install/usr/share/flam3 $fs/usr/share/ 2.36 } 2.37 - 2.38 -