# Contributor: Kabads pkgname=foobillard pkgver=2.9 pkgrel=1 pkgdesc="FooBillard - free 3D OpenGL billard game for linux." arch=(i686 x86_64) url="http://foobillard.sourceforge.net/" license=('GPL') depends=('sdl' 'freetype2' 'libpng' 'zlib') source=("http://downloads.sourceforge.net/foobillard/${pkgname}-${pkgver}.tar.gz") md5sums=('b8b10d7d3ade07a9e0c497165beadbca') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make || return 1 make prefix=/usr install }