# Template file for 'foobillard'
pkgname=foobillard++
version=3.41beta
revision=5
wrksrc=foobillardplus-${version}
homepage="http://foobillardplus.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/foobillardplus/foobillardplus-$version.tar.gz"
makedepends="freetype-devel libpng-devel>=1.6 MesaLib-devel SDL_net-devel desktop-file-utils"
short_desc="An OpenGL billard game - fork of foobillard"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=e69218d4458c2c769396d7e8583e7309b719f8a15e9965940cf8aec2aaeca69a
long_desc="
 It is not a new game, but an enhanced version of the great foobillard
 3.0a by Florian Berger."
 
do_configure() {
	sed -i 's|$prefix/foobillardplus|$prefix|' configure
	sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure
	sed -i 's|"/data"|"/share/foobillardplus"|' src/language.c
	sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
	sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
	./configure ${configure_args}
}

do_build() {
	make ${makejobs}
}

do_install() {
	vinstall src/foobillardplus 755 usr/bin
	vmkdir usr/share/foobillardplus
	vcopy "data/*" usr/share/foobillardplus
	vinstall foobillardplus.desktop 644 usr/share/applications
	vinstall foobillardplus.png 644 usr/share/pixmaps
	vinstall foobillardplus.xbm 644 usr/share/pixmaps
	find ${DESTDIR} -depth  -type d -name .svn -exec rm -rf  {} \;
}

foobillard++_package() {
	depends="desktop-file-utils"
	pkg_install() {
		vmove all
	}
}