milis/talimatname/genel/a/assimp/talimat

23 lines
573 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: Portatif Açık Kaynak kütüphanesi, çeşitli tanınmış 3D model formatlarını tek tip bir şekilde içe aktarır
# URL: http://assimp.sourceforge.net/index.html
# Paketçi: Cihan_Alkan
# Gerekler: cmake boost
# Grup: kütüphane
isim=assimp
surum=4.0.1
devir=1
kaynak=(https://github.com/assimp/assimp/archive/v${surum}.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DASSIMP_BUILD_SAMPLES=OFF
make
make DESTDIR=$PKG install
}