gnucobol: update to 3.1.2
This commit is contained in:
parent
4c32defe51
commit
63031cabf5
1 changed files with 13 additions and 11 deletions
|
@ -1,22 +1,24 @@
|
|||
# Template file for 'gnucobol'
|
||||
pkgname=gnucobol
|
||||
version=2.2
|
||||
revision=2
|
||||
version=3.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_check_target="test"
|
||||
makedepends="gmp-devel db-devel"
|
||||
depends="gnucobol-libs>=${version}_${revision}"
|
||||
checkdepends="curl perl wget which"
|
||||
short_desc="GnuCOBOL (formerly OpenCOBOL) is a free COBOL compiler"
|
||||
maintainer="Cthulhux <git@tuxproject.de>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://sourceforge.net/projects/open-cobol/"
|
||||
distfiles="${SOURCEFORGE_SITE}/open-cobol/gnu-cobol/2.2/gnucobol-2.2.tar.xz"
|
||||
checksum=dc18fc45c269debfe86a4bbe20a7250983cba6238ea1917e135df5926cd024a0
|
||||
depends="gnucobol-libs>=${version}_${revision}"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f38c60b38a9e404bcba709b61b46f2bafa146b5f3dd90a94b2a70f5cea2f6297
|
||||
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/7152/steps/shell_3/logs/stdio"
|
||||
|
||||
gnucobol-libs_package() {
|
||||
short_desc+=" - runtime libraries"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so.*
|
||||
vmove usr/lib/gnucobol
|
||||
}
|
||||
short_desc+=" - runtime libraries"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so.*
|
||||
vmove usr/lib/gnucobol
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue