wok-current view flam3-dev/receipt @ rev 12295

Smbbox add (tiny gui for mount/unmount smb shares)
author Stanislas Leduc <shann@slitaz.org>
date Mon Apr 16 11:50:29 2012 +0200 (2012-04-16)
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 }