net-misc/taptap - 1.0 (gentoo)

Search

Install

Install this version:

emerge -a =net-misc/taptap-1.0

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

autounmask =net-misc/taptap-1.0

Or alternatively:

emerge --autounmask-write -a =net-misc/taptap-1.0

Package Information

Description:
Program to link two /dev/net/tun to form virtual ethernet
Homepage:
https://grumpf.hope-2000.org/
License:
MIT

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Program to link two /dev/net/tun to form virtual ethernet"
HOMEPAGE="https://grumpf.hope-2000.org/"
SRC_URI="https://grumpf.hope-2000.org/${PN}.c -> ${P}.c"
S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
PATCHES=( "${FILESDIR}/${P}-missing-include.patch" )

src_unpack() {
	cp "${DISTDIR}/${P}.c" "${PN}.c" || die
}

src_compile() {
	emake CC="$(tc-getCC)" "${PN}"
}

src_install() {
	dobin "${PN}"
}

Inherited Eclasses

Manifest for 1.0

Type File Size Source URLs
DIST taptap-1.0.c 2665 bytes https://grumpf.hope-2000.org/taptap.c