wok view flam3-dev/receipt @ rev 7954

Up: nicotine+ to 1.2.16.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 15 16:10:19 2011 +0000 (2011-01-15)
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 }