mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Merged in tgkokk/haikuports/whisper-1.2 (pull request #28)
Add whisper recipe and patch (version 1.2)
This commit is contained in:
47
haiku-apps/whisper/whisper-1.2.recipe
Normal file
47
haiku-apps/whisper/whisper-1.2.recipe
Normal file
@@ -0,0 +1,47 @@
|
||||
DESCRIPTION="Whisper BeNet aims to provide a VoIP solution to the Haiku Platform. It was ported from ZETA."
|
||||
SUMMARY="VoIP for Haiku"
|
||||
COPYRIGHT="
|
||||
1998-2001 the BeNet team
|
||||
2004-2006 Bernd Korz & Oliver Ruiz Dorantes oliver.ruiz.dorantes@gmail.com
|
||||
2008 Oliver Ruiz Dorantes oliver.ruiz.dorantes@gmail.com
|
||||
"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/WhisperBeNet"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/WhisperBeNet#902635a"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
whisper = $portVersion
|
||||
app:whisper = $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:mkdepend
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/BeNet directory"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rc -o BeNet.rsrc BeNet.rdef
|
||||
make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY`
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
|
||||
cd build
|
||||
cp Whisper $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Whisper
|
||||
}
|
||||
Reference in New Issue
Block a user