# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit git-2 DESCRIPTION="A new platform layer for Node" HOMEPAGE="https://github.com/joyent/libuv" EGIT_REPO_URI="git://github.com/joyent/libuv.git \ https://github.com/joyent/libuv.git" EGIT_COMMIT="v${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_install() { dolib libuv.a dodoc ChangeLog README.md AUTHORS insinto /usr/include doins include/*.h dodir /usr/include/uv-private insinto /usr/include/uv-private doins include/uv-private/*.h }