# Description: OpenGL billard game for linux. # URL: http://foobillard.sunsite.dk/ # Maintainer: Daniel Walpole, daniel at walpole dot id dot au # Depends on: libpng, libsdl, freetype name=foobillard version=3.0a release=1 source=(http://foobillard.sunsite.dk/dnl/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }