🔒 Repository is read-only – file editing is disabled.

recipes/gui/bullet/PAGBUILD.yaml main

18 linii Raw ← Powrót
123456789101112131415161718
pkgname: bullet
pkgver: '3.25'
pkgrel: '2'
pkgdesc: Continuous Collision Detection and Physics Library.
url: 'https://www.bulletphysics.com/'
arch: x86_64
depends: []
makedepends:
- cmake
- freeglut
source:
- 'https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz'
sha256sums:
- c45afb6399e3f68036ddb641c6bf6f552bf332d5ab6be62f7e6c54eda05ceb77
build: "cd ${pkgname}3-${pkgver}\n\ncmake \\\n\t-DCMAKE_INSTALL_PREFIX=/usr \\\n\t-DBUILD_SHARED_LIBS=ON \\\n\t-DBUILD_CPU_DEMOS=OFF\
  \ \\\n\t-DBUILD_DEMOS=OFF \\\n\t-DINSTALL_LIBS=ON \\\n\t-DINSTALL_EXTRA_LIBS=ON .\n\nmake\nmake DESTDIR=${PKGDIR} install\n"
package: |
  true