# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_PV="bgpq-${PV}" DESCRIPTION="bgpq -- generate access-lists for cisco routers and GateD" HOMEPAGE="http://www.lexa.ru/snar/bgpq.html" SRC_URI="ftp://ftp.lexa.ru/pub/domestic/snar/${MY_PV}.tgz" LICENSE="bgpq" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="" RDEPEND="" src_install() { dobin bgpq doman bgpq.8 dodoc CHANGES COPYRIGHT dohtml *.html }