wok diff bullet-dev/receipt @ rev 24121
updated xfig again (3.2.5b -> 3.2.8b)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 05 17:05:03 2021 +0100 (2021-10-05) |
parents | fc9203de5ff2 |
children |
line diff
1.1 --- a/bullet-dev/receipt Tue Feb 21 15:50:51 2017 +0100 1.2 +++ b/bullet-dev/receipt Tue Oct 05 17:05:03 2021 +0100 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bullet-dev" 1.7 -VERSION="2.82-r2704" 1.8 +VERSION="2.89" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="3D Real-Time Multiphysics Library - devel" 1.11 +SHORT_DESC="3D Real-Time Multiphysics Library - development files." 1.12 MAINTAINER="domcox@slitaz.org" 1.13 LICENSE="zlib/libpng" 1.14 -WEB_SITE="http://bulletphysics.org" 1.15 -WANTED="bullet" 1.16 +WEB_SITE="https://www.bulletphysics.com/Bullet/" 1.17 1.18 DEPENDS="bullet pkg-config" 1.19 +WANTED="bullet" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + 1.28 + cp -a $install/usr/include $fs/usr 1.29 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 }