]> Pileus Git - ~andy/sunrise/blob - dev-games/fareditor/fareditor-1.2.ebuild
app-misc/qbrew: Fix qt deps, EAPI bump
[~andy/sunrise] / dev-games / fareditor / fareditor-1.2.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=2
6
7 inherit base
8
9 DESCRIPTION="A program for creating and manipulating .far files for games Cytadela"
10 HOMEPAGE="http://cytadela.sf.net/"
11 SRC_URI="mirror://sourceforge/cytadela/${P}.tar.bz2"
12
13 LICENSE="GPL-3"
14 SLOT="0"
15 KEYWORDS="~x86"
16 IUSE=""
17
18 DEPEND="x11-libs/gtk+:2"
19 RDEPEND="${DEPEND}"
20
21 S="${WORKDIR}"/FarEditor
22
23 DOCS=( "AUTHORS" "ChangeLog" "NEWS" "README" "TODO" )