# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit qt4-r2 cmake-utils flag-o-matic MY_P=${P/_beta/-beta} DESCRIPTION="Kumir is a simple programming language and IDE" HOMEPAGE="http://lpm.org.ru/kumir/" SRC_URI="http://lpm.org.ru/kumir3/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}/${MY_P}" DEPEND=">=dev-qt/qtgui-4.8.4" RDEPEND="${DEPEND} >=dev-util/cmake-2.8.11.2" pkg_setup() { append-ldflags $(no-as-needed) } src_compile () { cmake-utils_src_compile } src_install() { cmake-utils_src_install }