sys-apps/grepcidr - 2.0 (gentoo)

Search

Package Information

Description:
Filter IPv4 and IPv6 addresses matching CIDR patterns
Homepage:
http://www.pc-tools.net/unix/grepcidr/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.0 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Filter IPv4 and IPv6 addresses matching CIDR patterns"
HOMEPAGE="http://www.pc-tools.net/unix/grepcidr/"
SRC_URI="http://www.pc-tools.net/files/unix/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

PATCHES=(
	"${FILESDIR}"/${PN}-2.0-Makefile.patch
)

src_compile() {
	emake \
		CC="$(tc-getCC)" \
		CFLAGS="${CFLAGS}" \
		CPPFLAGS="${CPPFLAGS}" \
		LDFLAGS="${LDFLAGS}"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install

	dodoc README ChangeLog
}

Manifest for 2.0

Type File Size Source URLs
DIST grepcidr-2.0.tar.gz 16557 bytes http://www.pc-tools.net/files/unix/grepcidr-2.0.tar.gz