Files
haikuports/media-sound/opensound/opensound-cac211efd60d.bep
2010-05-16 19:28:03 +00:00

27 lines
488 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"