mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
45 lines
989 B
Plaintext
45 lines
989 B
Plaintext
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"
|
|
|
|
LICENSE="BSD (4-clause)"
|
|
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
|
|
1999-2000 Tim Vernum. All rights reserved."
|
|
|
|
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
|
|
cmd:flex
|
|
cmd:bison
|
|
cmd:cc
|
|
"
|
|
|
|
CHECKSUM_SHA256="a2e41044ad34302abef5ccaf2f86b16e7bf658c96ab337935cee5b6228597afa"
|
|
|
|
ARCHITECTURES="!x86 x86_gcc2"
|
|
|
|
PROVIDES="
|
|
rez = $portVersion
|
|
app:rez = $portVersion
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
make $jobArgs
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -p $binDir
|
|
cp rez $binDir
|
|
} |