wok view flam3-dev/receipt @ rev 25027

updated openssh, openssh-pam and sftp-server (8.7p1 -> 9.0p1)
author Hans-G?nter Theisgen
date Thu May 19 13:59:33 2022 +0100 (2022-05-19)
parents 7fbfc0c547fc
children
line source
1 # SliTaz package receipt.
3 PACKAGE="flam3-dev"
4 VERSION="3.1.1"
5 CATEGORY="development"
6 SHORT_DESC="Tools to create and display fractal flames: algorithmically generated images and animations (development files)"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://flam3.com/"
11 WANTED="flam3"
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 }