wok-6.x diff opencsg-dev/receipt @ rev 23925
Add Connect-Four
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 23 10:18:23 2020 +0000 (2020-08-23) |
parents | 6e1c0c61cc18 |
children |
line diff
1.1 --- a/opencsg-dev/receipt Tue Nov 04 13:21:47 2014 +0100 1.2 +++ b/opencsg-dev/receipt Sun Aug 23 10:18:23 2020 +0000 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="opencsg-dev" 1.7 -VERSION="1.4.0" 1.8 +VERSION="1.4.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The CSG rendering library, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://www.opencsg.org/" 1.14 -WANTED="opencsg" 1.15 1.16 DEPENDS="opencsg" 1.17 +WANTED="opencsg" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $install/usr/bin $fs/usr 1.24 - cp -a $install/usr/include $fs/usr 1.25 + 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/include $fs/usr 1.28 }