mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
BeAE: update to the latest version
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user