2007-05-13 21:20:02 +10:00
|
|
|
# Description: OpenGL billard game.
|
2010-11-13 14:04:37 +11:00
|
|
|
# URL: http://foobillard.sourceforge.net/
|
2008-03-26 13:45:31 +11:00
|
|
|
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
2007-05-13 21:20:02 +10:00
|
|
|
# Packager: Daniel Walpole, daniel at walpole dot id dot au
|
2008-05-13 13:05:34 +10:00
|
|
|
# Depends on: libpng libsdl freetype xorg-libxaw xorg-libxi
|
2007-05-13 21:20:02 +10:00
|
|
|
|
|
|
|
name=foobillard
|
|
|
|
version=3.0a
|
|
|
|
release=2
|
2010-11-13 14:04:37 +11:00
|
|
|
source=(http://downloads.sourceforge.net/project/$name/FooBillard-Sources/$name-$version.tar.gz
|
2008-05-13 13:05:34 +10:00
|
|
|
foobillard-ttf-$version.patch)
|
2007-05-13 21:20:02 +10:00
|
|
|
|
|
|
|
build() {
|
2010-11-13 14:04:37 +11:00
|
|
|
cd $name-$version
|
2008-05-13 13:05:34 +10:00
|
|
|
patch -p 1 -i ../foobillard-ttf-$version.patch
|
2007-05-13 21:20:02 +10:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|