contrib/foobillard/Pkgfile

21 lines
549 B
Plaintext
Raw Normal View History

2007-05-13 13:20:02 +02:00
# Description: OpenGL billard game.
# URL: http://foobillard.sunsite.dk/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: libpng libsdl freetype mesa3d xorg-libxaw xorg-libxi
2007-05-13 13:20:02 +02:00
name=foobillard
version=3.0a
release=2
source=(http://foobillard.sunsite.dk/dnl/foobillard-$version.tar.gz \
foobillard-ttf-3.0a.patch)
build() {
cd foobillard-$version
patch -p1 -i $SRC/foobillard-ttf-3.0a.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}