BeAE: update to the latest version

This commit is contained in:
Sergei Reznikov
2015-03-02 17:44:12 +03:00
parent 868be47c88
commit 333d60f41b

View File

@@ -2,8 +2,8 @@ SUMMARY="A well featured audio editor"
DESCRIPTION="BeAE is an audio editor with features like silencing, fading \
in/out, analyzing, etc."
HOMEPAGE="https://github.com/HaikuArchives/BeAE"
SRC_URI="git+https://github.com/HaikuArchives/BeAE.git#7b8ec80082"
REVISION="2"
SRC_URI="git+https://github.com/HaikuArchives/BeAE.git#a90a987"
REVISION="3"
COPYRIGHT="2003 Xentronix"
LICENSE="BSD (3-clause)"
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
@@ -20,23 +20,24 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:make
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
"
SOURCE_DIR=beae-1.2
BUILD()
{
cmake .
make
cd Core-src
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir/BeAE
cd build
mv * $appsDir/BeAE
cp -r BeAE $appsDir
rm -rf $appsDir/BeAE/license.txt $appsDir/BeAE/Samples
addAppDeskbarSymlink $appsDir/BeAE/BeAE
}