From 333d60f41b2c53e4a500451442245ca55ce782b2 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Mon, 2 Mar 2015 17:44:12 +0300 Subject: [PATCH] BeAE: update to the latest version --- haiku-apps/beae/beae-1.2.recipe | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/haiku-apps/beae/beae-1.2.recipe b/haiku-apps/beae/beae-1.2.recipe index f75eaa381..69bf80fed 100644 --- a/haiku-apps/beae/beae-1.2.recipe +++ b/haiku-apps/beae/beae-1.2.recipe @@ -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 }