wok view flam3-dev/receipt @ rev 12631

cairo-dock: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 12:57:39 2012 +0200 (2012-04-29)
parents e70ca7cf693d
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="flam3-dev"
4 VERSION="3.0"
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 DEPENDS="flam3"
9 WANTED="flam3"
10 WEB_SITE="http://flam3.com/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/lib $fs/usr
17 cp -a $_pkg/usr/include $fs/usr
18 }