wok-next rev 7384
Up: flam3 to 3.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 26 03:17:37 2010 +0000 (2010-11-26) |
parents | 1f626bdba7c5 |
children | a9f2243f2116 |
files | flam3-dev/receipt flam3/receipt |
line diff
1.1 --- a/flam3-dev/receipt Fri Nov 26 03:14:00 2010 +0000 1.2 +++ b/flam3-dev/receipt Fri Nov 26 03:17:37 2010 +0000 1.3 @@ -1,10 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="flam3-dev" 1.7 -VERSION="2.7.18" 1.8 +VERSION="3.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)" 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 +DEPENDS="flam3" 1.13 WANTED="flam3" 1.14 WEB_SITE="http://flam3.com/" 1.15
2.1 --- a/flam3/receipt Fri Nov 26 03:14:00 2010 +0000 2.2 +++ b/flam3/receipt Fri Nov 26 03:17:37 2010 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="flam3" 2.7 -VERSION="2.7.18" 2.8 +VERSION="3.0" 2.9 CATEGORY="graphics" 2.10 SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations" 2.11 MAINTAINER="gokhlayeh@slitaz.org" 2.12 @@ -9,7 +9,7 @@ 2.13 BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WEB_SITE="http://flam3.com/" 2.16 -WGET_URL="http://flam3.com/$TARBALL" 2.17 +WGET_URL="http://flam3.googlecode.com/files/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules()