milis/talimatname/genel/ode/talimat

19 lines
467 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.

# Description: 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/
# Packager: milisarge
# Depends on: xorg-mesa
name=ode
version=0.11.1
release=1
source=(http://download.sourceforge.net/opende/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--disable-debug
make
make DESTDIR=$PKG install
}