wok view opencsg-dev/receipt @ rev 22015

updated tcsh (6.18.01 -> 6.21.00)
author Hans-G?nter Theisgen
date Sat Oct 19 16:44:19 2019 +0100 (2019-10-19)
parents 6e1c0c61cc18
children
line source
1 # SliTaz package receipt.
3 PACKAGE="opencsg-dev"
4 VERSION="1.4.2"
5 CATEGORY="development"
6 SHORT_DESC="The CSG rendering library, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.opencsg.org/"
11 DEPENDS="opencsg"
12 WANTED="opencsg"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/include $fs/usr
21 }