net-misc/netkit-bootpd - 2.4 (gentoo)

Search

Install

Install this version:

emerge -a =net-misc/netkit-bootpd-2.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/netkit-bootpd-2.4

Or alternatively:

emerge --autounmask-write -a =net-misc/netkit-bootpd-2.4

Package Information

Description:
Netkit - bootp
Homepage:
http://ftp.linux.org.uk/pub/linux/Networking/netboot/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.4 8 ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

MY_P="${P/netkit-}"

DESCRIPTION="Netkit - bootp"
HOMEPAGE="http://ftp.linux.org.uk/pub/linux/Networking/netboot/"
SRC_URI="
	http://ftp.linux.org.uk/pub/linux/Networking/netboot/${MY_P}.tar.gz
	https://dev.gentoo.org/~soap/distfiles/${P}-patches.tar.xz"
S="${WORKDIR}/${MY_P}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"

PATCHES=( "${WORKDIR}"/gentoo-patches/ )

src_configure() {
	tc-export CC
}

src_compile() {
	emake linux
}

src_install() {
	dosbin bootp{d,ef,gw,test}

	local x
	for x in d ef gw test; do
		dosym bootp${x} /usr/sbin/in.bootp${x}
	done

	doman *.5 *.8
	dodoc Announce Changes Problems README{,-linux} ToDo
}

Inherited Eclasses

Manifest for 2.4

Type File Size Source URLs
DIST bootpd-2.4.tar.gz 99765 bytes http://ftp.linux.org.uk/pub/linux/Networking/netboot/bootpd-2.4.tar.gz
DIST netkit-bootpd-2.4-patches.tar.xz 9976 bytes https://dev.gentoo.org/~soap/distfiles/netkit-bootpd-2.4-patches.tar.xz