wok view irrlicht-dev/receipt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (19 months ago)
parents cea69b44d76b
children 2d4208bebf51
line source
1 # SliTaz package receipt.
3 PACKAGE="irrlicht-dev"
4 VERSION="1.8.5"
5 CATEGORY="development"
6 SHORT_DESC="High performance realtime 3D engine written in C++."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://sourceforge.net/projects/irrlicht"
11 DEPENDS="irrlicht"
12 WANTED="irrlicht"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 }