New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GnuCOBOL, new recipe #3786
GnuCOBOL, new recipe #3786
Changes from all commits
0ad6148
17aa337
8af4d41
c217901
eb2ce7c
ddaec89
75ccf9f
e45fa0e
7b01282
File filter...
Jump to…
| @@ -0,0 +1,68 @@ | ||
| SUMMARY="A free COBOL compiler" | ||
| DESCRIPTION="GnuCOBOL (formerly OpenCOBOL) is a free COBOL compiler." | ||
| HOMEPAGE="https://sourceforge.net/projects/open-cobol/" | ||
|
This conversation was marked as resolved
by Knezzen
|
||
| COPYRIGHT="2001-2019 Free Software Foundation, Inc" | ||
Begasus
Contributor
|
||
| LICENSE="GNU GPL v3, GNU LGPL v3, " | ||
Begasus
Contributor
|
||
| REVISION="1" | ||
| SOURCE_URI="https://downloads.sf.net/open-cobol/gnu-cobol/gnucobol-3.0-rc1.tar.gz" | ||
| CHECKSUM_SHA256="e55aeea6b1f77e763b4cd4b520c78eb06da7671b4dcc76463fd0237dbf2e4816" | ||
| SOURCE_DIR="gnucobol-3.0-rc1" | ||
|
|
||
| ARCHITECTURES="x86_64" | ||
extrowerk
Member
|
||
|
|
||
| PROVIDES=" | ||
| gnucobol = $portVersion | ||
| cmd:cob_config | ||
|
||
| cmd:cobc = $portVersion | ||
| cmd:cobcrun = $portVersion | ||
| lib:libcob | ||
Begasus
Contributor
|
||
| " | ||
| REQUIRES=" | ||
| haiku | ||
| lib:libdb | ||
| lib:libgmp | ||
| lib:libidn2 | ||
|
||
| lib:libintl | ||
| lib:libltdl | ||
| lib:libncurses | ||
| " | ||
|
|
||
| BUILD_REQUIRES=" | ||
|
This conversation was marked as resolved
by Knezzen
|
||
| haiku_devel | ||
| devel:libdb | ||
| devel:libgmp | ||
| devel:libidn2 | ||
|
||
| devel:libintl | ||
| devel:libltdl | ||
| devel:libncurses | ||
| " | ||
| BUILD_PREREQUIRES=" | ||
| cmd:aclocal | ||
| cmd:autoconf | ||
| cmd:bison | ||
|
||
| cmd:flex | ||
| cmd:gcc | ||
| cmd:make | ||
| cmd:m4 | ||
| cmd:perl | ||
|
||
| cmd:pkg_config | ||
| " | ||
|
|
||
| BUILD() | ||
|
This conversation was marked as resolved
by Knezzen
|
||
| { | ||
| autoreconf -vfi | ||
| runConfigure ./configure | ||
| make $jobArgs | ||
| } | ||
|
|
||
| INSTALL() | ||
|
This conversation was marked as resolved
by Knezzen
|
||
| { | ||
| make install | ||
| prepareInstalledDevelLib libcob cobconfig | ||
| rm $developLibDir/*.la | ||
| fixPkgconfig | ||
|
|
||
| # devel package | ||
| packageEntries devel \ | ||
| $developDir | ||
| } | ||
|
This conversation was marked as resolved
by Knezzen
extrowerk
Member
|
||
Ordering: https://github.com/haikuports/haikuports/wiki/HaikuPorter-Guidelines#ordering