aboutsummaryrefslogtreecommitdiff
blob: 185f449c2ede9e74a3d65217ba57e7cfe7ca611e (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit qt4-r2 subversion

DESCRIPTION="A cosmic recursive flame fractal editor"
HOMEPAGE="http://code.google.com/p/qosmic/"
ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/${PN}/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=">=dev-lang/lua-5.1.4
	=media-gfx/flam3-9999
	>=x11-libs/qt-gui-4.6:4"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS="changes.txt README"

src_configure() {
	eqmake4 "CONFIG += link_pkgconfig"
}