wok annotate irrlicht-dev/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 72b03b7176b7
children ad0bc3efbf37
rev   line source
pascal@17696 1 # SliTaz package receipt.
pascal@17696 2
pascal@17696 3 PACKAGE="irrlicht-dev"
Hans-G?nter@24677 4 VERSION="1.8.5"
pascal@17696 5 CATEGORY="development"
Hans-G?nter@21061 6 SHORT_DESC="High performance realtime 3D engine written in C++."
pascal@17696 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17696 8 LICENSE="zlib/libpng"
Hans-G?nter@24677 9 WEB_SITE="https://sourceforge.net/projects/irrlicht/"
Hans-G?nter@21061 10
Hans-G?nter@24677 11 DEPENDS="irrlicht"
pascal@17696 12 WANTED="irrlicht"
pascal@17696 13
pascal@17696 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17696 15 genpkg_rules()
pascal@17696 16 {
Hans-G?nter@24677 17 cook_copy_folders include
pascal@17696 18 }