wok-current annotate opencsg-dev/receipt @ rev 20272
Up usbip (3.16.55)
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Sun Mar 18 16:42:58 2018 +0100 (2018-03-18) |
| parents | |
| children | c3f6eea1a598 |
| rev | line source |
|---|---|
| pascal@17320 | 1 # SliTaz package receipt. |
| pascal@17320 | 2 |
| pascal@17320 | 3 PACKAGE="opencsg-dev" |
| pascal@17320 | 4 VERSION="1.4.0" |
| 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 WANTED="opencsg" |
| pascal@17320 | 11 |
| pascal@17320 | 12 DEPENDS="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 |
| pascal@17320 | 18 cp -a $install/usr/bin $fs/usr |
| pascal@17320 | 19 cp -a $install/usr/include $fs/usr |
| pascal@17320 | 20 } |