contrib/foobillard/Pkgfile
2010-11-13 14:33:35 +11:00

20 lines
572 B
Plaintext

# Description: OpenGL billard game.
# URL: http://foobillard.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: libpng libsdl freetype 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
}