# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {snc @nerdling} openmaintainer
homepage http://opal.sourceforge.net/
distname ${name}-${version}-src
description A high-level interface for low-level physics engines
long_description OPAL is a high-level interface for low-level physics\
engines used in games, robotics simulations, and other\
3D applications. Features a simple C++ API, intuitive\
objects (e.g. Solids, Joints, Motors, Sensors), and\
XML-based file storage for complex objects.
checksums rmd160 e9a1ab4a08198aeebfe5784868a2ae68b0b145fc \
sha256 ebc2eff1aafd19be621108d2d488b90edcb55ad5249dfdf806e3bdf53407afaf
patchfiles-append patch-SConstruct.diff
reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/SConstruct
reinplace "s|@CXX@|${configure.cxx}|" ${worksrcpath}/SConstruct
reinplace "s|@CXXFLAGS@|${configure.cxxflags}|" ${worksrcpath}/SConstruct
build.args extra_include_path=${prefix}/include \
extra_lib_path=${prefix}/lib \
destroot.destdir prefix=${destroot}${prefix}
destroot.args ${build.args}