# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ EAPI="2" DESCRIPTION="A small command-line program to rebroadcast udp packages on various interfaces" HOMEPAGE="http://www.joachim-breitner.de/udp-broadcast-relay/" SRC_URI="http://www.joachim-breitner.de/udp-broadcast-relay/files/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_compile() { cd ${S} make } src_install() { dosbin udp-broadcast-relay || die doman udp-broadcast-relay.8 || die dodoc README || die }