forked from ports/contrib
20 lines
551 B
Plaintext
20 lines
551 B
Plaintext
# Description: OpenGL billard game.
|
|
# URL: http://foobillard.sourceforge.net/
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Packager: Daniel Walpole, daniel at walpole dot id dot au
|
|
# Depends on: freetype libsdl xorg-libxaw xorg-libxi
|
|
|
|
name=foobillard
|
|
version=3.0a
|
|
release=2
|
|
source=(http://downloads.sourceforge.net/project/$name/FooBillard-Sources/$name-$version.tar.gz
|
|
foobillard-ttf-$version.patch)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
patch -p 1 -i ../foobillard-ttf-$version.patch
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|