diff --git a/haiku-apps/ppviewer/ppviewer-1.0.0.recipe b/haiku-apps/ppviewer/ppviewer-1.0.0.recipe index de320ab60..225650fa1 100644 --- a/haiku-apps/ppviewer/ppviewer-1.0.0.recipe +++ b/haiku-apps/ppviewer/ppviewer-1.0.0.recipe @@ -6,7 +6,10 @@ HOMEPAGE="https://github.com/HaikuArchives/PPViewer" COPYRIGHT="2002 Maurice Michalski" LICENSE="MIT" REVISION="2" -SOURCE_URI="git+https://github.com/HaikuArchives/PPViewer#bd43e4a8d9139c35ba34bd9791f293e4421ca082" +srcGitRev="bd43e4a8d9139c35ba34bd9791f293e4421ca082" +SOURCE_URI="https://github.com/HaikuArchives/PPViewer/archive/$srcGitRev.tar.gz" +SOURCE_DIR="PPViewer-$srcGitRev" +CHECKSUM_SHA256="f6f250a9b764088b33f9e11187221bad3b5449ffd6004c312536f340576eba98" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -35,6 +38,6 @@ BUILD() INSTALL() { mkdir -p $appsDir - cp -a objects/ppviewer $appsDir + mv objects/ppviewer $appsDir/PPViewer addAppDeskbarSymlink $appsDir/PPViewer }