wok view opencsg-dev/receipt @ rev 23616

updated rpcbind (0.2.0 -> 1.2.5)
author Hans-G?nter Theisgen
date Tue Apr 14 09:53:09 2020 +0100 (2020-04-14)
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 }