Files
haikuports/media-sound/opensound/opensound-cac211efd60d.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

29 lines
492 B
Plaintext

DESCRIPTION="Open Sound System"
HOMEPAGE="http://developer.opensound.com/"
SRC_URI="hg+http://mercurial.opensound.com/#cac211efd60d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd opensound-cac211efd60d
mkdir -p build
cd build
../configure
make
}
INSTALL()
{
cd opensound-cac211efd60d/build
if [ -n "${DESTDIR}" ];then
make package
mkdir -p ${DESTDIR}/boot
cp -R prototype/* ${DESTDIR}/boot
else
make install
fi
}
LICENSE="BSD (2-clause)"
COPYRIGHT="1996-2009"