milis/talimatname/genel/f/foobillard/talimat

25 lines
603 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
# Grup: oyun
isim=foobillard
surum=3.0a
devir=1
kaynak=(http://downloads.sourceforge.net/project/$isim/FooBillard-Sources/$isim-$surum.tar.gz
foobillard-ttf-$surum.patch
undef.nvidia.patch)
derle() {
cd $isim-$surum
patch -p 1 -i $SRC/foobillard-ttf-$surum.patch
patch -p 1 -i $SRC/undef.nvidia.patch
./configure --prefix=/usr \
--enable-nvidia=no
make
make DESTDIR=$PKG install
}