mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fixed recipe file
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="
|
||||
"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/WhisperBeNet"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/WhisperBeNet#832724f"
|
||||
SRC_URI="git+https://github.com/HaikuArchives/WhisperBeNet#902635a"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
@@ -34,16 +34,14 @@ USER_SETTINGS_FILES="
|
||||
BUILD()
|
||||
{
|
||||
rc -o BeNet.rsrc BeNet.rdef
|
||||
make -j$jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` LIBSTDC=stdc++.r4
|
||||
make -j$jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` STDCPPLIBS=stdc++.r4 OBJ_DIR=build
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
architecture=`echo $buildArchitecture | sed 's/_/-/g'`
|
||||
|
||||
mkdir -p $appsDir
|
||||
|
||||
cd objects.$architecture-debug
|
||||
cd build
|
||||
cp Whisper $appsDir
|
||||
addAppDeskbarSymlink $appsDir/Whisper
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user