Files
haikuports/dev-tex/gregorio/gregorio-6.1.0.recipe
2025-03-16 14:13:50 +01:00

50 lines
1.1 KiB
Bash

SUMMARY="Tools for typesetting Gregorian chant"
DESCRIPTION="Gregorio is a software application for engraving Gregorian Chant scores on a \
computer. Gregorio's main job is to convert a gabc file (simple text representation of a score) \
into a GregorioTeX file, which makes TeX able to create a PDF of your score."
HOMEPAGE="http://gregorio-project.github.io/"
COPYRIGHT="2007-2025 The Gregorio Project"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/gregorio-project/gregorio/releases/download/v$portVersion/gregorio-$portVersion.tar.bz2"
CHECKSUM_SHA256="7781843c3f454067e18236e27cfb593143fa0eff6f6df15482b163cb4a4f2ca4"
PATCHES="gregorio-$portVersion.patchset"
ARCHITECTURES="all"
PROVIDES="
gregorio = $portVersion
cmd:gregorio = $portVersion
"
REQUIRES="
haiku
cmd:kpsewhich
"
BUILD_REQUIRES="
haiku_devel
gcc_syslibs_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:awk
cmd:gcc
cmd:make
"
defineDebugInfoPackage gregorio \
$binDir/gregorio
BUILD()
{
autoreconf -fi
runConfigure ./configure --disable-version-in-exe
make $jobArgs
}
INSTALL()
{
make install
}