milis/talimatname/genel/o/opensubdiv/talimat

24 lines
569 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: Açık Kaynaklı bir alt bölüm yüzey kütüphanesi
# URL: http://graphics.pixar.com/opensubdiv
# Paketçi: yasarciv67@gmail.com
# Gerekler: python python-docutils python-pygments cmake glew xorg-libxcursor xorg-app xorg-libxinerama
isim=opensubdiv
surum=3.0.2
devir=1
kaynak=(https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${version//./_}.tar.gz)
derle() {
cd OpenSubdiv-${version//./_}
rm -rf build
mkdir build
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make DESTDIR=$PKG/ install
rm -rf $PKG/usr/bin
}