You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/aggregate-flim/aggregate-flim-1.0.2.ebuild

23 lines
611 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
MY_PN="${PN/-flim}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="aggregate is a tool for aggregating CIDR networks"
HOMEPAGE="http://www.vergenet.net/linux/aggregate-flim/"
SRC_URI="http://www.vergenet.net/linux/aggregate-flim/download/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-libs/vanessa-logger"
#RDEPEND=""
S=${WORKDIR}/${MY_P}
src_install() {
newbin aggregate aggregate-flim
newman aggregate.8 aggregate-flim.8
dodoc AUTHORS ChangeLog INSTALL NEWS README
}