milis/talimatname/genel/b/bullet/talimat

24 lines
530 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Sürekli çarpışma algılama ve fizik kütüphanesi.
# URL: http://www.bulletphysics.com/
# Paketçi: milisarge
# Gerekler: cmake freeglut
# Grup: kütüphane
isim=bullet
surum=2.86
devir=1
kaynak=(https://github.com/bulletphysics/bullet3/archive/${surum}.tar.gz::$isim-$surum.tar.gz)
derle() {
cd ${isim}3-$surum
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_CPU_DEMOS=OFF \
-DBUILD_DEMOS=OFF \
-DINSTALL_LIBS=ON \
-DINSTALL_EXTRA_LIBS=ON .
make
make DESTDIR=$PKG install
}