From d3cda10428bd03c206246359ff24149218c91679 Mon Sep 17 00:00:00 2001 From: "Jayson Reis (jaysonsantos)" Date: Mon, 20 Jan 2014 12:29:14 -0200 Subject: app-misc/tmate: New ebuild for app-misc/tmate bug #498692 --- app-misc/tmate/tmate-1.8.9.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 app-misc/tmate/tmate-1.8.9.ebuild (limited to 'app-misc/tmate/tmate-1.8.9.ebuild') diff --git a/app-misc/tmate/tmate-1.8.9.ebuild b/app-misc/tmate/tmate-1.8.9.ebuild new file mode 100644 index 000000000..ad7d7de37 --- /dev/null +++ b/app-misc/tmate/tmate-1.8.9.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils autotools + +DESCRIPTION="Instant terminal sharing" +HOMEPAGE="http://tmate.io/" +SRC_URI="https://github.com/nviennot/tmate/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug static-libs" + +RDEPEND=" + sys-libs/zlib[static-libs?] + dev-libs/openssl[static-libs?] + dev-libs/libevent[static-libs?] + dev-libs/msgpack[static-libs?] + >=net-libs/libssh-0.6.0[static-libs?] +" + +src_prepare() { + # Let's use system's lib + rm -rv libssh msgpack || die + epatch "${FILESDIR}/${P}-use-system-libs.patch" + + eautoreconf +} + +src_configure() { + econf $(use_enable debug) $(use_enable static-libs static) +} -- cgit v1.2.3