summaryrefslogtreecommitdiff
blob: b965e5ddfcbf1ab82fc03c3b727baa7c29fcd879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/camato/camato-0.6.2.ebuild,v 1.2 2004/10/15 16:05:44 dholm Exp $

MY_PV=${PV//./_}

DESCRIPTION="Camato is a map editor for the game gnocatan."
HOMEPAGE="http://yusei.ragondux.com/loisirs_jdp_catane_camato-en.html"
SRC_URI="http://yusei.ragondux.com/files/gnocatan/${PN}-${MY_PV}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

DEPEND="dev-ruby/ruby-gtk2"
#RDEPEND=""

S=${WORKDIR}/${PN}

src_install() {
	# TODO - I need to handle the fr.rb translation eventually

	exeinto /usr/bin
	doexe camato.rb

	# maybe just do newexe and not have the .rb file?
	dosym /usr/bin/camato.rb /usr/bin/camato

	dodoc README ChangeLog
}