wok-stable view flam3-dev/receipt @ 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
children 77c15d20dc48
line source
1 # SliTaz package receipt.
3 PACKAGE="flam3-dev"
4 VERSION="2.7.18"
5 CATEGORY="development"
6 SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WANTED="flam3"
9 WEB_SITE="http://flam3.com/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $_pkg/usr/lib $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 }