wok view flam3-dev/receipt @ rev 9431

dropbear: fix xauth path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 31 12:57:23 2011 +0200 (2011-03-31)
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 }