wok-current view opencsg-dev/receipt @ rev 22403
updated netsurf-sdl (3.6 -> 3.9)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Dec 09 14:21:13 2019 +0100 (2019-12-09) |
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 }