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 mkdir -p ${DESTDIR}/boot cp -R prototype/* ${DESTDIR}/boot else make install fi }