milis/talimatname/genel/o/ode/talimat

20 lines
472 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: ODE, katı cisim dinamikleri simüle etmek için açık kaynak kodlu, yüksek performanslı bir kütüphanedir.
# URL: http://www.ode.org/
# Paketçi: milisarge
# Gerekler: xorg-mesa
# Grup: kütüphane
isim=ode
surum=0.11.1
devir=1
kaynak=(http://download.sourceforge.net/opende/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
}