sdcc: update to 4.0.0, add hostmakedepends, add correct python_version, claim maintainer

Automake and texinfo had to be added to hostmakedepends.

The compatible python_version is 3.

Former maintainer hasn't participated in Void for a long time.
This commit is contained in:
Érico Rolim 2020-03-29 00:03:15 -03:00 committed by Duncan Overbruck
parent d18dfd40d5
commit 6fec23a2e3

View File

@ -1,16 +1,16 @@
# Template file for 'sdcc'
pkgname=sdcc
version=3.9.0
version=4.0.0
revision=1
archs="i686 x86_64*"
build_style=gnu-configure
hostmakedepends="flex bison gputils"
hostmakedepends="automake flex bison gputils texinfo"
makedepends="boost-devel zlib-devel"
short_desc="Retargettable ANSI C compiler"
maintainer="Leandro Vital <leavitals@gmail.com>"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="GPL-2.0-or-later"
homepage="http://sdcc.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
checksum=94ecae73faf7f3feee307f89dfe3cef2d7866293c7909ea05b3b33c88d67c036
python_version=2 #unverified
checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
python_version=3
nostrip=yes