summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-03-06 15:34:14 +0100
committerMartin Väth <martin@mvath.de>2016-03-06 15:34:14 +0100
commitcc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be (patch)
treec4920dd88898057edc703adcb4a044c20a25e835 /games-rpg/aklabeth/aklabeth-1.0-r1.ebuild
parentgames-engines/freesci: Add old gentoo ebuild, bumped to EAPI=6 (diff)
downloadmv-cc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be.tar.gz
mv-cc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be.tar.bz2
mv-cc52da3cd4d58f0e8f21ea0c32227f5e5f46a8be.zip
games-rpg/aklabeth: Add old gentoo ebuild, bumped to EAPI=6
Diffstat (limited to 'games-rpg/aklabeth/aklabeth-1.0-r1.ebuild')
-rw-r--r--games-rpg/aklabeth/aklabeth-1.0-r1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/games-rpg/aklabeth/aklabeth-1.0-r1.ebuild b/games-rpg/aklabeth/aklabeth-1.0-r1.ebuild
new file mode 100644
index 00000000..83f3904e
--- /dev/null
+++ b/games-rpg/aklabeth/aklabeth-1.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+RESTRICT="mirror"
+
+DESCRIPTION="A remake of Richard C. Garriott's Ultima prequel"
+HOMEPAGE="http://www.autismuk.freeserve.co.uk/"
+SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl"
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}"/${P}-gcc43.patch
+ eapply_user
+}
+
+src_install() {
+ dobin src/aklabeth
+ dodoc AUTHORS README NEWS
+}