Updated beae to revision25, which now builds without warnings with gcc2 and gcc4.

This commit is contained in:
Scott McCreary
2011-09-09 22:06:32 +00:00
parent 88457e0413
commit 64805af518

View File

@@ -0,0 +1,27 @@
DESCRIPTION="BeAE - Audio Editor"
HOMEPAGE="http://beae.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/beae/trunk#25"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/cmake >= 2.8.0"
#CHECKSUM_MD5=""
BUILD {
cd beae-25
cmake .
make
}
INSTALL {
cd beae-25
mkdir -p ${DESTDIR}/boot/apps
cp -a BeAE ${DESTDIR}/boot/apps
cp -a build/BeAE ${DESTDIR}/boot/apps/BeAE
mkdir -p ${DESTDIR}/boot/common/data/licenses
cp -a license.txt ${DESTDIR}/boot/common/data/licenses/BeAE
rm -f ${DESTDIR}/boot/apps/BeAE/.OptionalPackageDescription
if [ -z ${DESTDIR} ];then
find /boot/apps/BeAE -type d -name ".svn" | xargs rm -rf
fi
}
LICENSE="BSD (3-clause)"
COPYRIGHT="2003 Xentronix"