16 lines
502 B
Bash
16 lines
502 B
Bash
# Template file for 'sdcc'
|
|
pkgname=sdcc
|
|
version=3.8.0
|
|
revision=1
|
|
archs="i686 x86_64*"
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex bison gputils"
|
|
makedepends="boost-devel zlib-devel"
|
|
short_desc="Retargettable ANSI C compiler"
|
|
maintainer="Leandro Vital <leavitals@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://sdcc.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/sdcc/${pkgname}-src-${version}.tar.bz2"
|
|
checksum=b331668deb7bd832efd112052e5b0ed2313db641a922bd39280ba6d47adbbb21
|
|
nostrip=yes
|