mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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:
parent
d18dfd40d5
commit
6fec23a2e3
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'sdcc'
|
# Template file for 'sdcc'
|
||||||
pkgname=sdcc
|
pkgname=sdcc
|
||||||
version=3.9.0
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64*"
|
archs="i686 x86_64*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="flex bison gputils"
|
hostmakedepends="automake flex bison gputils texinfo"
|
||||||
makedepends="boost-devel zlib-devel"
|
makedepends="boost-devel zlib-devel"
|
||||||
short_desc="Retargettable ANSI C compiler"
|
short_desc="Retargettable ANSI C compiler"
|
||||||
maintainer="Leandro Vital <leavitals@gmail.com>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://sdcc.sourceforge.net/"
|
homepage="http://sdcc.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
|
||||||
checksum=94ecae73faf7f3feee307f89dfe3cef2d7866293c7909ea05b3b33c88d67c036
|
checksum=489180806fc20a3911ba4cf5ccaf1875b68910d7aed3f401bbd0695b0bef4e10
|
||||||
python_version=2 #unverified
|
python_version=3
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue