contrib/foobillard/Pkgfile
2014-11-10 23:28:51 +11:00

20 lines
558 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: 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
}