]> git.xonotic.org Git - xonotic/gmqcc.git/blob - distro/gentoo/gmqcc-0.3.0.ebuild
Remove fs.c ansi.c and PORTING guide
[xonotic/gmqcc.git] / distro / gentoo / gmqcc-0.3.0.ebuild
1 EAPI=5
2
3 DESCRIPTION="An Improved Quake C Compiler"
4 HOMEPAGE="http://graphitemaster.github.com/gmqcc/"
5 SRC_URI="https://github.com/graphitemaster/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
6
7 LICENSE="MIT"
8
9 SLOT="0"
10 IUSE=""
11 KEYWORDS="~amd64 ~x86"
12
13 src_prepare() {
14         sed -i -e "s:-Werror ::" Makefile || die
15 }
16
17 src_install() {
18         emake install PREFIX="${D}/usr"
19         dodoc README
20 }