mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bullet: update to 2.89.
This commit is contained in:
parent
af4f37dd63
commit
924e9f7f51
2 changed files with 7 additions and 7 deletions
|
@ -1712,10 +1712,10 @@ libvtv.so.0 libvtv-6.3.0_1
|
||||||
libatomic.so.1 libatomic-4.9.0_1
|
libatomic.so.1 libatomic-4.9.0_1
|
||||||
libpcsclite.so.1 libpcsclite-1.8.11_1
|
libpcsclite.so.1 libpcsclite-1.8.11_1
|
||||||
libpcscspy.so.0 libpcsclite-1.8.11_1
|
libpcscspy.so.0 libpcsclite-1.8.11_1
|
||||||
libBulletDynamics.so.2.88 bullet-2.88_1
|
libBulletDynamics.so.2.89 bullet-2.89_1
|
||||||
libBulletCollision.so.2.88 bullet-2.88_1
|
libBulletCollision.so.2.89 bullet-2.89_1
|
||||||
libLinearMath.so.2.88 bullet-2.88_1
|
libLinearMath.so.2.89 bullet-2.89_1
|
||||||
libBulletSoftBody.so.2.88 bullet-2.88_1
|
libBulletSoftBody.so.2.89 bullet-2.89_1
|
||||||
libinotifytools.so.0 libinotify-tools-3.14_2
|
libinotifytools.so.0 libinotify-tools-3.14_2
|
||||||
libfswatch.so.11 libfswatch-1.13.0_1
|
libfswatch.so.11 libfswatch-1.13.0_1
|
||||||
libopensc.so.6 libopensc-0.18.0_1
|
libopensc.so.6 libopensc-0.18.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bullet'
|
# Template file for 'bullet'
|
||||||
pkgname=bullet
|
pkgname=bullet
|
||||||
version=2.88
|
version=2.89
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bullet3-${version}"
|
wrksrc="bullet3-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -8,11 +8,11 @@ configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_BULLET2_DEMOS=0 -DBUILD_CPU_DEMOS=
|
||||||
-DBUILD_UNIT_TESTS=0 -DBUILD_OPENGL3_DEMOS=0 -DBUILD_EXTRAS=1 -DINSTALL_EXTRA_LIBS=1"
|
-DBUILD_UNIT_TESTS=0 -DBUILD_OPENGL3_DEMOS=0 -DBUILD_EXTRAS=1 -DINSTALL_EXTRA_LIBS=1"
|
||||||
makedepends="glu-devel"
|
makedepends="glu-devel"
|
||||||
short_desc="3D Collision Detection and Rigid Body Dynamics Library"
|
short_desc="3D Collision Detection and Rigid Body Dynamics Library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="zlib"
|
license="zlib"
|
||||||
homepage="http://www.bulletphysics.com/Bullet/"
|
homepage="http://www.bulletphysics.com/Bullet/"
|
||||||
distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz"
|
distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz"
|
||||||
checksum=21c135775527754fc2929db1db5144e92ad0218ae72840a9f162acb467a7bbf9
|
checksum=621b36e91c0371933f3c2156db22c083383164881d2a6b84636759dc4cbb0bb8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue