milis/talimatname/genel/f/foobillard/talimat

24 lines
602 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: OpenGL bilardo oyunu.
# URL: http://foobillard.sourceforge.net/
# Paketçi: milisarge
# Gerekler: libpng sdl freetype xorg-glu freeglut xorg-libxaw xorg-libxi xorg-mesa
name=foobillard
version=3.0a
release=1
source=(http://downloads.sourceforge.net/project/$name/FooBillard-Sources/$name-$version.tar.gz
foobillard-ttf-$version.patch
undef.nvidia.patch)
derle() {
cd $name-$version
patch -p 1 -i $SRC/foobillard-ttf-$version.patch
patch -p 1 -i $SRC/undef.nvidia.patch
./configure --prefix=/usr \
--enable-nvidia=no
make
make DESTDIR=$PKG install
}