1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION
="UCC is an ANSI C Compiler"
9 HOMEPAGE
="https://sourceforge.net/projects/ucc"
10 ECVS_CVS_OPTIONS
="-dP -z3"
11 SRC_URI
="mirror://sourceforge/ucc/${PN}160.zip"
15 KEYWORDS
="~amd64 ~x86"
17 RESTRICT
="mirror test"
27 sed -i 's:/usr/local/lib/ucc/:/usr/lib/ucc/:' "${S}/driver/linux.c" || die
28 sed -i 's:UCCDIR \"ucl\":\"/usr/bin/ucl\":' "${S}/driver/linux.c" || die
29 sed -i 's:make -C:$(MAKE) -C:' "${S}/Makefile" || die
30 eapply
"${FILESDIR}/fix-ignore-cflags-and-ldflags.patch"
41 dodir
/usr
/include
/ucc
42 cp -r ucl
/linux
/include
/* "${D}"/usr
/include
/ucc