32 lines
895 B
Bash
32 lines
895 B
Bash
# Template file for 'bullet'
|
|
pkgname=bullet
|
|
version=2.83.5
|
|
revision=1
|
|
wrksrc="bullet3-${version}"
|
|
build_style=cmake
|
|
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_DEMOS=0 -DBUILD_MULTITHREADING=1
|
|
-DBUILD_EXTRAS=1 -DINSTLAL_LIBS=1 -DINSTALL_EXTRA_LIBS=1"
|
|
hostmakedepends="cmake"
|
|
makedepends="glu-devel"
|
|
short_desc="A 3D Collision Detection and Rigid Body Dynamics Library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="zlib"
|
|
homepage="http://www.bulletphysics.com/Bullet/"
|
|
distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz"
|
|
checksum=df6d58898d3d3bf117854dd64467dbd09625e048624c797649b46bf1c595b152
|
|
|
|
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
|
|
}
|
|
}
|