mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Updated beae to revision25, which now builds without warnings with gcc2 and gcc4.
This commit is contained in:
27
haiku-apps/beae/beae-25.bep
Normal file
27
haiku-apps/beae/beae-25.bep
Normal 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"
|
||||||
Reference in New Issue
Block a user