# HG changeset patch # User Hans-G?nter Theisgen # Date 1551458653 -3600 # Node ID 7fbfc0c547fc78ef43630e605f902a3aedeb1218 # Parent 9e09019c3f5309b7ee2a14280b33f796170e2b56 updated flam3 and flam3-dev (3.0 -> 3.1.1) diff -r 9e09019c3f53 -r 7fbfc0c547fc flam3-dev/receipt --- a/flam3-dev/receipt Fri Mar 01 17:30:52 2019 +0100 +++ b/flam3-dev/receipt Fri Mar 01 17:44:13 2019 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="flam3-dev" -VERSION="3.0" +VERSION="3.1.1" CATEGORY="development" -SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)" +SHORT_DESC="Tools to create and display fractal flames: algorithmically generated images and animations (development files)" MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL3" -WANTED="flam3" WEB_SITE="https://flam3.com/" +WANTED="flam3" DEPENDS="flam3 pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 9e09019c3f53 -r 7fbfc0c547fc flam3/receipt --- a/flam3/receipt Fri Mar 01 17:30:52 2019 +0100 +++ b/flam3/receipt Fri Mar 01 17:44:13 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="flam3" -VERSION="3.0" +VERSION="3.1.1" CATEGORY="graphics" -SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations" +SHORT_DESC="Tools to create and display fractal flames: algorithmically generated images and animations." MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://flam3.com/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://flam3.com/" -WGET_URL="http://flam3.googlecode.com/files/$TARBALL" +WGET_URL="https://github.com/scottdraves/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="expat libjpeg libpng libxml2" BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev" @@ -22,7 +23,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make $MAKEFLAGS && make DESTDIR=$DESTDIR -j 1 install + make -j 1 $MAKEFLAGS && + make -j 1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -32,5 +34,3 @@ cp -a $install/usr/bin $fs/usr/ cp -a $install/usr/share/flam3 $fs/usr/share/ } - -