mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Update hare to 1.1.1
This commit is contained in:
52
haiku-apps/hare/hare-1.1.1.recipe
Normal file
52
haiku-apps/hare/hare-1.1.1.recipe
Normal file
@@ -0,0 +1,52 @@
|
||||
SUMMARY="Hare - Haiku Audio Ripper Encoder"
|
||||
DESCRIPTION="Hare - Haiku Audio Ripper Encoder, formerly known as Flip-Side A.E."
|
||||
HOMEPAGE="http://github.com/HaikuArchives/Hare"
|
||||
SRC_URI="git://github.com/HaikuArchives/Hare.git#af69ba7b06"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2000 FlipSide Software
|
||||
2001-2003 BeUnited.org
|
||||
2009-2013 Hare Maintainers
|
||||
"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
Hare = $portVersion
|
||||
app:Hare = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
cmd:lame
|
||||
cmd:oggenc$secondaryArchSuffix
|
||||
cmd:flac$secondaryArchSuffix
|
||||
cmd:gogo_enc$secondaryArchSuffix
|
||||
lib:libtag$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libtag$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/Hare
|
||||
cp -r build/* $appsDir/Hare
|
||||
addAppDeskbarSymlink $appsDir/Hare/Hare Hare
|
||||
}
|
||||
Reference in New Issue
Block a user