# SliTaz package receipt.

PACKAGE="flam3-dev"
VERSION="3.0"
CATEGORY="development"
SHORT_DESC="Tools to create/display fractal flames: algorithmically generated images and animations (devel files)"
MAINTAINER="gokhlayeh@slitaz.org"
DEPENDS="flam3"
WANTED="flam3"
WEB_SITE="http://flam3.com/"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr
	cp -a $_pkg/usr/lib $fs/usr
	cp -a $_pkg/usr/include $fs/usr
}