# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake DESCRIPTION="ETL is a multi-platform class and template library" HOMEPAGE="https://www.synfig.org" MY_PN="synfig" MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/pkgconfig" S=${WORKDIR}/${MY_P}/${PN} CMAKE_BUILD_TYPE=Release src_configure() { cmake_src_configure } src_compile() { cmake_src_compile } src_install() { cmake_src_install }