mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/bullet to 3.07-1
This commit is contained in:
parent
4fed9a148f
commit
736dc2c379
1 changed files with 10 additions and 3 deletions
|
@ -6,18 +6,25 @@
|
||||||
|
|
||||||
pkgbase=bullet
|
pkgbase=bullet
|
||||||
pkgname=('bullet' 'bullet-docs' 'python-pybullet')
|
pkgname=('bullet' 'bullet-docs' 'python-pybullet')
|
||||||
pkgver=3.05
|
pkgver=3.07
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
|
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.bulletphysics.com/Bullet/"
|
url="http://www.bulletphysics.com/Bullet/"
|
||||||
license=('custom:zlib')
|
license=('custom:zlib')
|
||||||
makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools' 'ninja')
|
makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools' 'ninja')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz"
|
||||||
|
https://github.com/bulletphysics/bullet3/commit/e32fc59c88a3908876949c6f2665e8d091d987fa.patch
|
||||||
bullet3_examplebrowser.sh)
|
bullet3_examplebrowser.sh)
|
||||||
sha512sums=('4cb67547b466e01f6c2258b1f350fdfac0f2dc73a7962b6e196491e6722e1cd22cdfe80d7b2f4e1e92a90f91e277bff5cabfd0f55ef55010f9a4d7286843cecd'
|
sha512sums=('31fc7cb4ed8b939abc9eeb0a8f6fff3a454ea4ebcffd797fd35a2320fe3ab222fcd315569809ea148d0efff47267f5eec9f4bf7aaf07730a06aa9babd2abc9a6'
|
||||||
|
'd3a2c2698d988c0d3972060b411029a91b4e37149e1fa120e2cb15fd25eb06bb4094745bdd682427cb3b6128c88fa7d42f0cf78064e7da36a034a80f327b7c33'
|
||||||
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
|
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd bullet3-${pkgver}
|
||||||
|
patch -Np1 -i "${srcdir}"/e32fc59c88a3908876949c6f2665e8d091d987fa.patch
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd bullet3-${pkgver}
|
cd bullet3-${pkgver}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue