X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=dev-libs%2Flibuv%2Flibuv-0_pre20120331.ebuild;fp=dev-libs%2Flibuv%2Flibuv-0_pre20120331.ebuild;h=30f17a41adae4a5acef10c86166e594822b8f9bc;hb=27226cb83e5a1190be6043efd9dd0d6676cd27fe;hp=0000000000000000000000000000000000000000;hpb=4b694886349e0157671d3e9680d6e12911dc9171;p=~andy%2Fsunrise diff --git a/dev-libs/libuv/libuv-0_pre20120331.ebuild b/dev-libs/libuv/libuv-0_pre20120331.ebuild new file mode 100644 index 000000000..30f17a41a --- /dev/null +++ b/dev-libs/libuv/libuv-0_pre20120331.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit multilib toolchain-funcs + +DESCRIPTION="A new platform layer for Node" +HOMEPAGE="https://github.com/joyent/libuv" +SRC_URI="https://github.com/downloads/hasufell/tinkerbox/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_compile() { + tc-export CC AR + emake +} + +src_install() { + insinto /usr/include/${PN} + doins -r include/* + newlib.a uv.a ${PN}.a + + newdoc README.md README +}