# HG changeset patch # User Christopher Rogers # Date 1290741457 0 # Node ID 77c15d20dc48cfd82573a99ff4c221c77cc8a2ed # Parent 1f626bdba7c536e3a7cacca37895e535fdfef058 Up: flam3 to 3.0. diff -r 1f626bdba7c5 -r 77c15d20dc48 flam3-dev/receipt --- a/flam3-dev/receipt Fri Nov 26 03:14:00 2010 +0000 +++ b/flam3-dev/receipt Fri Nov 26 03:17:37 2010 +0000 @@ -1,10 +1,11 @@ # SliTaz package receipt. PACKAGE="flam3-dev" -VERSION="2.7.18" +VERSION="3.0" CATEGORY="development" SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)" MAINTAINER="gokhlayeh@slitaz.org" +DEPENDS="flam3" WANTED="flam3" WEB_SITE="http://flam3.com/" diff -r 1f626bdba7c5 -r 77c15d20dc48 flam3/receipt --- a/flam3/receipt Fri Nov 26 03:14:00 2010 +0000 +++ b/flam3/receipt Fri Nov 26 03:17:37 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="flam3" -VERSION="2.7.18" +VERSION="3.0" CATEGORY="graphics" SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations" MAINTAINER="gokhlayeh@slitaz.org" @@ -9,7 +9,7 @@ BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://flam3.com/" -WGET_URL="http://flam3.com/$TARBALL" +WGET_URL="http://flam3.googlecode.com/files/$TARBALL" # Rules to configure and make the package. compile_rules()