diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2016-01-28 14:23:22 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2016-01-28 14:23:22 +0300 |
commit | 3872198456db6b1161033100bdb3f8e12e64375c (patch) | |
tree | 0fb5b021617e7d4f2e5cebe17637e2666cb2242c /games-util | |
parent | 97c5b06787de8b439e60305ea868eeb4210aa5aa (diff) |
added xonotic with dependencies from gamerlay with tiny build fixes
small cleanup of outdated and broken ebuilds
added few missed ebuilds
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/gmqcc/gmqcc-scm.ebuild | 34 | ||||
-rw-r--r-- | games-util/gmqcc/metadata.xml | 12 |
2 files changed, 46 insertions, 0 deletions
diff --git a/games-util/gmqcc/gmqcc-scm.ebuild b/games-util/gmqcc/gmqcc-scm.ebuild new file mode 100644 index 0000000..c733469 --- /dev/null +++ b/games-util/gmqcc/gmqcc-scm.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +EGIT_REPO_URI="git://github.com/graphitemaster/gmqcc.git" + +inherit toolchain-funcs +[[ ${PV} == *9999* ]] && inherit git-2 + +DESCRIPTION="An Improved Quake C Compiler" +HOMEPAGE="http://graphitemaster.github.com/gmqcc/" +[[ ${PV} == *9999* ]] || \ +SRC_URI="https://github.com/graphitemaster/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +[[ ${PV} == *9999* ]] || \ +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_configure() { + tc-export CC +} + +src_install() { + mkdir -p "${D}/usr/bin" + cp "${S}/gmqcc" "${D}/usr/bin/" +# mkdir -p "${D}/usr/include/" +# cp "${S}/guid.h" "${D}/usr/include/" + +# emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install +# dodoc README AUTHORS TODO CHANGES +} diff --git a/games-util/gmqcc/metadata.xml b/games-util/gmqcc/metadata.xml new file mode 100644 index 0000000..3631108 --- /dev/null +++ b/games-util/gmqcc/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>nikoli@lavabit.com</email> + <name>Nikoli</name> + </maintainer> + <maintainer> + <email>azamat.hackimov@gmail.com</email> + <name>Azamat H. Hackimov</name> + </maintainer> +</pkgmetadata> |