mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
gpp, remove old bep file, bump version (#1288)
This commit is contained in:
committed by
waddlesplash
parent
d9b1c34e4b
commit
d2ef6b597b
45
app-text/gpp/gpp-2.25.recipe
Normal file
45
app-text/gpp/gpp-2.25.recipe
Normal file
@@ -0,0 +1,45 @@
|
||||
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="1996–2001 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="x86_gcc2 x86 x86_64"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,32 +0,0 @@
|
||||
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"
|
||||
SOURCE_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="1996–2001 Denis Auroux
|
||||
2003-2004 Tristan Miller"
|
||||
Reference in New Issue
Block a user