void-packages/srcpkgs/bullet/template
2019-01-29 20:54:34 +01:00

31 lines
899 B
Bash

# Template file for 'bullet'
pkgname=bullet
version=2.88
revision=1
wrksrc="bullet3-${version}"
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_BULLET2_DEMOS=0 -DBUILD_CPU_DEMOS=0
-DBUILD_UNIT_TESTS=0 -DBUILD_OPENGL3_DEMOS=0 -DBUILD_EXTRAS=1 -DINSTALL_EXTRA_LIBS=1"
makedepends="glu-devel"
short_desc="3D Collision Detection and Rigid Body Dynamics Library"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="zlib"
homepage="http://www.bulletphysics.com/Bullet/"
distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz"
checksum=21c135775527754fc2929db1db5144e92ad0218ae72840a9f162acb467a7bbf9
post_install() {
vlicense LICENSE.txt
}
bullet-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
}
}