From 9e7192421ffdbc29103845803de096770bdc6f16 Mon Sep 17 00:00:00 2001 From: Vale Tolpegin Date: Tue, 9 Dec 2014 00:05:49 +0000 Subject: [PATCH] Updated .recipe to fix any remaining bugs and add SHA256 checksum --- haiku-apps/rez/rez-108.recipe | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/haiku-apps/rez/rez-108.recipe b/haiku-apps/rez/rez-108.recipe index be9e7cf6c..d51350265 100644 --- a/haiku-apps/rez/rez-108.recipe +++ b/haiku-apps/rez/rez-108.recipe @@ -1,13 +1,17 @@ DESCRIPTION="Rez is a resource compiler similar to rc. Its main use is compiling the Sum-it spreadsheet. New applications should consider using rc instead, but Rez may still be useful to compile some old apps from the BeOS days" SUMMARY="The Rez resource compiler" -HOMEPAGE="https://github.com/HaikuArchives/Rez/releases/tag/v1.1.1" -SRC_URI="https://github.com/HaikuArchives/Rez/releases/tag/v1.1.1.tar.gz" -SOURCE_DIR="OpenSumIt-1.1.1" + +HOMEPAGE="https://github.com/HaikuArchives/Rez/archive/v1.0" +SRC_URI="https://github.com/HaikuArchives/Rez/archive/v1.0.tar.gz" +SOURCE_DIR="Rez-1.0" + REVISION="1" + BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion " + BUILD_PREREQUIRES=" haiku >= $haikuVersion cmd:make @@ -15,22 +19,25 @@ BUILD_PREREQUIRES=" cmd:bison cmd:cc " -CHECKSUM_SHA256="" + +CHECKSUM_SHA256="a2e41044ad34302abef5ccaf2f86b16e7bf658c96ab337935cee5b6228597afa" + ARCHITECTURES="!x86 x86_gcc2" + PROVIDES=" rez = $portVersion + app:rez = $portVersion " BUILD() { - cd rez - make + make $jobArgs } INSTALL() { mkdir -p $binDir - cp rez/rez $binDir + cp rez $binDir } LICENSE="BSD (4-clause)"