32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
# Template file for 'foobillard'
|
|
pkgname=foobillard++
|
|
version=3.41beta
|
|
revision=6
|
|
wrksrc=foobillardplus-${version}
|
|
build_style=gnu-configure
|
|
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"
|
|
depends="desktop-file-utils"
|
|
short_desc="An OpenGL billard game - fork of foobillard"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
checksum=e69218d4458c2c769396d7e8583e7309b719f8a15e9965940cf8aec2aaeca69a
|
|
|
|
pre_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
|
|
}
|
|
|
|
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 {} \;
|
|
}
|