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.
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)"