# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 MY_PN=repeater MY_P=${PN}${PV} DESCRIPTION="VNC repeater based on ultravnc repeater" HOMEPAGE="http://koti.mbnet.fi/jtko/" SRC_URI="http://koti.mbnet.fi/jtko/uvncrepeater/repeater${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" src_unpack() { unpack repeater${PV}.zip cd "${WORKDIR}/Ver${PV}" } src_compile(){ emake || die "emake failed" } src_install(){ dobin cp ${WORKDIR}/Ver${PV}/repeater einfo "you can now run the repeater typing repeater" }