blob: e8f596f124cfb721b363b61b1c60c14fe6182c62 (
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-2014 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
>=dev-qt/qtgui-4.6:4"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="changes.txt README"
src_configure() {
eqmake4 "CONFIG += link_pkgconfig"
}
|