# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Forwards a UNIX socket to another, eventually on a remote machine using ssh" HOMEPAGE="http://oskarsapps.mine.nu/sockfwd.html" SRC_URI="http://freshmeat.net/redir/sockfwd/53464/url_tgz/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }