wok-next annotate opencsg-dev/receipt @ rev 18892
remove: tazpanel-ttf-css, tazpanel-theme-sandfive(in wok-backports)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Feb 12 20:27:04 2016 +0000 (2016-02-12) |
parents | |
children |
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 } |