void-packages/srcpkgs/sdcc/template
2021-03-09 03:31:54 -03:00

35 lines
899 B
Bash

# Template file for 'sdcc'
pkgname=sdcc
version=4.1.0
revision=1
wrksrc=sdcc
build_style=gnu-configure
configure_args="--enable-libgc $(vopt_enable nonfree non-free)"
hostmakedepends="automake flex bison gputils texinfo"
makedepends="boost-devel zlib-devel gc-devel"
short_desc="Retargettable ANSI C compiler"
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=81edf776d5a2dc61a4b5c3408929db7b25874d69c46e4a71b116be1322fd533f
python_version=3
nostrip=yes
build_options="nonfree"
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="code generator internal error"
fi
if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-device-lib"
hostmakedepends+=" sdcc"
fi
post_install() {
if [ "$CROSS_BUILD" ]; then
vcopy /usr/share/sdcc usr/share
fi
}