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

xorg-base-fonts: addinfo about nonexistent required font. Xterm-menu now works with fonts.dir. xvkbd-koi8 only on livecd locale
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jul 20 15:31:48 2014 +0200 (2014-07-20)
parents fcdd50638150
children a78610b2eb47
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 LICENSE="GPL3"
9 WANTED="flam3"
10 WEB_SITE="http://flam3.com/"
12 DEPENDS="flam3 pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/lib $fs/usr
19 cp -a $install/usr/include $fs/usr
20 }