wok view opencsg-dev/receipt @ rev 22709

updated exempi and exempi-dev (2.1.1 -> 2.5.1)
author Hans-G?nter Theisgen
date Wed Jan 22 08:42:50 2020 +0100 (2020-01-22)
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 }