0
0
Fork 0
haikuports/haiku-apps/rez/rez-108.recipe

44 lines
935 B
Bash
Raw Permalink Normal View History

2016-02-17 19:26:37 +00:00
SUMMARY="The Rez resource compiler"
2014-12-09 01:27:36 +00:00
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"
2018-09-12 08:28:24 +00:00
HOMEPAGE="https://github.com/HaikuArchives/Rez/"
2014-12-09 00:22:35 +00:00
COPYRIGHT="1996-1998, 2000 Hekkelman Programmatuur B.V. All rights reserved.
1999-2000 Tim Vernum. All rights reserved."
2016-02-17 19:26:37 +00:00
LICENSE="BSD (4-clause)"
2018-09-12 08:28:24 +00:00
REVISION="3"
SOURCE_URI="https://github.com/HaikuArchives/Rez/archive/v1.0.tar.gz"
2016-02-17 19:26:37 +00:00
CHECKSUM_SHA256="a2e41044ad34302abef5ccaf2f86b16e7bf658c96ab337935cee5b6228597afa"
SOURCE_DIR="Rez-1.0"
2016-02-17 19:26:37 +00:00
ARCHITECTURES="!x86 x86_gcc2"
2016-01-02 16:33:31 +00:00
2016-02-17 19:26:37 +00:00
PROVIDES="
rez = $portVersion
cmd:rez = $portVersion
"
2016-01-02 16:33:31 +00:00
REQUIRES="
haiku
2016-02-26 15:33:51 +00:00
"
2014-12-08 20:08:38 +00:00
BUILD_REQUIRES="
2018-09-12 08:28:24 +00:00
haiku_devel
2014-12-08 20:08:38 +00:00
"
BUILD_PREREQUIRES="
cmd:bison
cmd:cc
2018-08-09 09:26:07 +00:00
cmd:flex
cmd:make
2014-12-08 20:08:38 +00:00
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
2014-12-08 20:08:38 +00:00
mkdir -p $binDir
cp rez $binDir
2016-01-02 16:33:31 +00:00
}