wok-stable rev 6998

Add: flam3 (2.7.18), electricsheep (2.7b12)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Oct 31 14:37:40 2010 +0100 (2010-10-31)
parents 4f69e201b1c3
children a1c72b96c128
files electricsheep/receipt electricsheep/stuff/electricsheep.desktop flam3-dev/receipt flam3/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/electricsheep/receipt	Sun Oct 31 14:37:40 2010 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="electricsheep"
     1.7 +VERSION="2.7b12"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="Distributed screen-saver that harnesses idle computers into a render farm with the purpose of animating and evolving artificial life-forms."
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+"
    1.12 +BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://community.electricsheep.org/"
    1.15 +WGET_URL="ftp://ftp.archlinux.org/other/electricsheep/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--prefix=/usr \
    1.23 +		--infodir=/usr/share/info \
    1.24 +		--mandir=/usr/share/man \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make -j 4 && make DESTDIR=$PWD/_pkg install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $_pkg/* $fs/
    1.33 +	rm -r $fs/usr/share/man
    1.34 +	rm $fs/usr/share/electricsheep/electricsheep-wait.avi
    1.35 +}
    1.36 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/electricsheep/stuff/electricsheep.desktop	Sun Oct 31 14:37:40 2010 +0100
     2.3 @@ -0,0 +1,10 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=ElectricSheep
     2.7 +Comment=Electric Sheep is a distributed screen-saver that harnesses idle computers into a render farm with the purpose of animating and evolving artificial life-forms.
     2.8 +Exec=electricsheep
     2.9 +StartupNotify=false
    2.10 +Terminal=false
    2.11 +Icon=electricsheep.png
    2.12 +Type=Application
    2.13 +Categories=Graphics
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/flam3-dev/receipt	Sun Oct 31 14:37:40 2010 +0100
     3.3 @@ -0,0 +1,18 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="flam3-dev"
     3.7 +VERSION="2.7.18"
     3.8 +CATEGORY="development"
     3.9 +SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)"
    3.10 +MAINTAINER="gokhlayeh@slitaz.org"
    3.11 +WANTED="flam3"
    3.12 +WEB_SITE="http://flam3.com/"
    3.13 +
    3.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.15 +genpkg_rules()
    3.16 +{
    3.17 +	mkdir -p $fs/usr
    3.18 +	cp -a $_pkg/usr/lib $fs/usr
    3.19 +	cp -a $_pkg/usr/include $fs/usr
    3.20 +}
    3.21 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/flam3/receipt	Sun Oct 31 14:37:40 2010 +0100
     4.3 @@ -0,0 +1,34 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="flam3"
     4.7 +VERSION="2.7.18"
     4.8 +CATEGORY="graphics"
     4.9 +SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations"
    4.10 +MAINTAINER="gokhlayeh@slitaz.org"
    4.11 +DEPENDS="expat libjpeg libpng libxml2"
    4.12 +BUILD_DEPENDS="expat-dev jpeg-dev libpng-dev libxml2-dev"
    4.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.14 +WEB_SITE="http://flam3.com/"
    4.15 +WGET_URL="http://flam3.com/$TARBALL"
    4.16 +
    4.17 +# Rules to configure and make the package.
    4.18 +compile_rules()
    4.19 +{
    4.20 +	cd $src
    4.21 +	./configure \
    4.22 +		--prefix=/usr \
    4.23 +		--infodir=/usr/share/info \
    4.24 +		--mandir=/usr/share/man \
    4.25 +		$CONFIGURE_ARGS &&
    4.26 +	make -j 4 && make DESTDIR=$PWD/_pkg install
    4.27 +}
    4.28 +
    4.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.30 +genpkg_rules()
    4.31 +{
    4.32 +	mkdir -p $fs/usr/share
    4.33 +	cp -a $_pkg/usr/bin $fs/usr/
    4.34 +	cp -a $_pkg/usr/share/flam3 $fs/usr/share/
    4.35 +}
    4.36 +
    4.37 +