Updated .recipe to fix any remaining bugs and add SHA256 checksum

This commit is contained in:
Vale Tolpegin
2014-12-09 00:05:49 +00:00
parent 7adcee439a
commit 9e7192421f

View File

@@ -1,13 +1,17 @@
DESCRIPTION="Rez is a resource compiler similar to rc. Its main use is compiling the Sum-it spreadsheet. 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" 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" 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" HOMEPAGE="https://github.com/HaikuArchives/Rez/archive/v1.0"
SOURCE_DIR="OpenSumIt-1.1.1" SRC_URI="https://github.com/HaikuArchives/Rez/archive/v1.0.tar.gz"
SOURCE_DIR="Rez-1.0"
REVISION="1" REVISION="1"
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion haiku${secondaryArchSuffix}_devel >= $haikuVersion
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
haiku >= $haikuVersion haiku >= $haikuVersion
cmd:make cmd:make
@@ -15,22 +19,25 @@ BUILD_PREREQUIRES="
cmd:bison cmd:bison
cmd:cc cmd:cc
" "
CHECKSUM_SHA256=""
CHECKSUM_SHA256="a2e41044ad34302abef5ccaf2f86b16e7bf658c96ab337935cee5b6228597afa"
ARCHITECTURES="!x86 x86_gcc2" ARCHITECTURES="!x86 x86_gcc2"
PROVIDES=" PROVIDES="
rez = $portVersion rez = $portVersion
app:rez = $portVersion
" "
BUILD() BUILD()
{ {
cd rez make $jobArgs
make
} }
INSTALL() INSTALL()
{ {
mkdir -p $binDir mkdir -p $binDir
cp rez/rez $binDir cp rez $binDir
} }
LICENSE="BSD (4-clause)" LICENSE="BSD (4-clause)"