wok annotate opencsg-dev/receipt @ rev 25005
updated ntl (11.4.3 -> 11.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 16:29:07 2022 +0100 (2022-05-16) |
parents | 6e1c0c61cc18 |
children |
rev | line source |
---|---|
pascal@17320 | 1 # SliTaz package receipt. |
pascal@17320 | 2 |
pascal@17320 | 3 PACKAGE="opencsg-dev" |
Hans-G?nter@21627 | 4 VERSION="1.4.2" |
pascal@17320 | 5 CATEGORY="development" |
pascal@17320 | 6 SHORT_DESC="The CSG rendering library, development files." |
pascal@17320 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17320 | 8 LICENSE="GPL2" |
pascal@17320 | 9 WEB_SITE="http://www.opencsg.org/" |
pascal@17320 | 10 |
pascal@17320 | 11 DEPENDS="opencsg" |
Hans-G?nter@21627 | 12 WANTED="opencsg" |
pascal@17320 | 13 |
pascal@17320 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17320 | 15 genpkg_rules() |
pascal@17320 | 16 { |
pascal@17320 | 17 mkdir -p $fs/usr |
Hans-G?nter@21627 | 18 |
Hans-G?nter@21627 | 19 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@21627 | 20 cp -a $install/usr/include $fs/usr |
pascal@17320 | 21 } |