# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Crosstool-NG aims at building toolchains." HOMEPAGE="http://crosstool-ng.github.io/" SRC_URI="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-$PV.tar.bz2" LICENSE="GPLv2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="$(readlink -f "${D}")" install einstalldocs }