# Description: A free OpenGl billard game for linux # URL: http://foobillard.sunsite.dk/ # Maintainer: Vincenzo Colosimo, vico at bicisport dot de # Depends on: libsdl name=foobillard version=3.0a release=1 source=(http://${name}.sunsite.dk/dnl/${name}-${version}.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make prefix=$PKG/usr install }