diff --git a/haiku-apps/whisper/whisper-1.2.recipe b/haiku-apps/whisper/whisper-1.2.recipe index 6466302e0..029ba3340 100644 --- a/haiku-apps/whisper/whisper-1.2.recipe +++ b/haiku-apps/whisper/whisper-1.2.recipe @@ -6,24 +6,29 @@ COPYRIGHT="1998-2001 the BeNet team 2004-2006 Bernd Korz & Oliver Ruiz Dorantes 2008 Oliver Ruiz Dorantes" LICENSE="MIT" -REVISION="1" -SOURCE_URI="git+https://github.com/HaikuArchives/WhisperBeNet#902635a" +REVISION="2" +srcGitRev="56515401b1eab401a3b2390196f85d70aedaaedf" +SOURCE_URI="https://github.com/HaikuArchives/WhisperBeNet/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="47d250cbdea4836e8320340da47d2259a18a2fe8bc22d3054d97cd67b68b8546" +SOURCE_DIR="WhisperBeNet-$srcGitRev" -ARCHITECTURES="!x86_gcc2 !x86 ?x86_64" +ARCHITECTURES="x86_gcc2 !x86 ?x86_64" USER_SETTINGS_FILES=" settings/BeNet directory" PROVIDES=" whisper = $portVersion - app:Whisper = $portVersion + app:WhisperBeNet = $portVersion " REQUIRES=" haiku + lib:libsanta " BUILD_REQUIRES=" haiku_devel + devel:libsanta " BUILD_PREREQUIRES=" makefile_engine @@ -41,7 +46,7 @@ INSTALL() { mkdir -p $appsDir - cd build - cp Whisper $appsDir - addAppDeskbarSymlink $appsDir/Whisper + cd dist + cp WhisperBeNet $appsDir + addAppDeskbarSymlink $appsDir/WhisperBeNet }