From 7224c1253228e5c29c78cb3f0f26ce34770f2356 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 15 Feb 2014 23:24:26 +0200 Subject: Added ebuilds for kogaion desktop --- games-tycoon/LinuxTycoon/LinuxTycoon-1.0.ebuild | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 games-tycoon/LinuxTycoon/LinuxTycoon-1.0.ebuild (limited to 'games-tycoon/LinuxTycoon/LinuxTycoon-1.0.ebuild') diff --git a/games-tycoon/LinuxTycoon/LinuxTycoon-1.0.ebuild b/games-tycoon/LinuxTycoon/LinuxTycoon-1.0.ebuild new file mode 100644 index 00000000..d2bfa2bb --- /dev/null +++ b/games-tycoon/LinuxTycoon/LinuxTycoon-1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit unpacker multilib versionator eutils + +MY_PN="LinuxTycoon" +MY_PV=$(replace_version_separator 2 '-') +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Lunduke made Linux Tycoon" +HOMEPAGE="http://lunduke.com/?page_id=2646" +SRC_URI="http://www.lunduke.com/linuxtycoon/${MY_PN}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" + +RESTRICT="fetch strip" + +RDEPEND="x11-libs/pango + media-libs/libpng:2 + x11-libs/pixman + amd64? ( + app-emulation/emul-linux-x86-gtklibs + app-emulation/emul-linux-x86-baselibs )" +DEPEND="" + +S="${WORKDIR}" -- cgit v1.2.3