mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
BeAE v1.2 recipe
This commit is contained in:
45
haiku-apps/beae/beae-1.2.recipe
Normal file
45
haiku-apps/beae/beae-1.2.recipe
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
DESCRIPTION="BeAE is an audio editor for Haiku, with features like silencing, fading in/out, analyzing etc."
|
||||||
|
SUMMARY="Well featured audio editor for Haiku"
|
||||||
|
HOMEPAGE="http://developer.berlios.de/projects/beae"
|
||||||
|
SRC_URI="svn://svn.berlios.de/beae/trunk#25"
|
||||||
|
REVISION="1"
|
||||||
|
COPYRIGHT="2003 Xentronix"
|
||||||
|
LICENSE="BSD (3-clause)"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
|
||||||
|
SECONDARY_ARCHITECTURES="!x86"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
beae = $portVersion
|
||||||
|
app:beae = $portVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRES="
|
||||||
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
cmd:make
|
||||||
|
cmd:cmake
|
||||||
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
cmd:ld$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
cmake .
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
mkdir -p $appsDir/BeAE
|
||||||
|
|
||||||
|
cd build
|
||||||
|
mv * $appsDir/BeAE
|
||||||
|
addAppDeskbarSymlink $appsDir/BeAE/BeAE
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user