Files
haikuports/app-text/gpp/gpp-2.4.recipe
2014-01-02 16:40:56 -05:00

32 lines
827 B
Plaintext
Raw 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.
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"
SRC_URI="http://files.nothingisreal.com/software/gpp/gpp-2.24.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="f04c2a23312ab3d0c462c7972d1c6aa6"
BUILD()
{
cd gpp-2.24
libtoolize --force --copy --install
aclocal
automake --add-missing -Wnone
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd gpp-2.24
make install
}
LICENSE="GPP"
COPYRIGHT="Copyright 19962001 Denis Auroux. Copyright 2003, 2004 Tristan Miller."