0
0
Fork 0
haikuports/app-text/gpp/gpp-2.25.recipe

46 lines
912 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SUMMARY="A general-purpose preprocessor"
DESCRIPTION="GPP is a general-purpose preprocessor with customizable syntax, \
suitable for a wide range of preprocessing tasks. Its independence from any \
programming language makes it much more versatile than cpp, while its syntax \
is lighter and more flexible than that of m4."
HOMEPAGE="http://files.nothingisreal.com/software/gpp/gpp.html"
COPYRIGHT="19962001 Denis Auroux
2003-2004 Tristan Miller"
LICENSE="GPP"
REVISION="1"
SOURCE_URI="https://github.com/logological/gpp/archive/2.25.tar.gz"
CHECKSUM_SHA256="7c6c927fde33a43fadbe14c5ab9067742fa72321d6ed95eaae4ae36b269131a0"
ARCHITECTURES="all"
PROVIDES="
gpp
cmd:gpp
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:awk
cmd:gcc
cmd:make
"
BUILD()
{
autoreconf -vfi
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
}