Files
haikuports/haiku-apps/rez/rez-108.recipe
2014-12-08 20:08:38 +00:00

38 lines
908 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"
HOMEPAGE="https://github.com/DarkmatterVale/OpenSumIt"
SRC_URI="https://github.com/DarkmatterVale/OpenSumIt/archive/v1.1.1.tar.gz"
SOURCE_DIR="OpenSumIt-1.1.1"
REVISION="1"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
"
BUILD_PREREQUIRES="
haiku >= $haikuVersion
cmd:make
cmd:flex
cmd:bison
cmd:cc
"
CHECKSUM_SHA256=""
ARCHITECTURES="!x86 x86_gcc2"
PROVIDES="
rez = $portVersion
"
BUILD()
{
cd rez
make
}
INSTALL()
{
mkdir -p $binDir
cp rez/rez $binDir
}
LICENSE="BSD (4-clause)"
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
1999-2000 Tim Vernum. All rights reserved."