net-misc/datapipe - 1.0 (gentoo)

Search

Install

Install this version:

emerge -a =net-misc/datapipe-1.0

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

autounmask =net-misc/datapipe-1.0

Or alternatively:

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

Package Information

Description:
Bind a local port and connect it to a remote socket
Homepage:
https://http.distributed.net/pub/dcti/unsupported/
License:
public-domain

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Bind a local port and connect it to a remote socket"
HOMEPAGE="https://http.distributed.net/pub/dcti/unsupported/"
SRC_URI="ftp://ftp.distributed.net/pub/dcti/unsupported/${P}.tar.gz
	https://http.distributed.net/pub/dcti/unsupported/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"

src_compile() {
	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o datapipe datapipe.c
}

src_install() {
	einstalldocs
	dobin datapipe
	dodoc datapipe.txt
}

Inherited Eclasses

Manifest for 1.0

Type File Size Source URLs
DIST datapipe-1.0.tar.gz 3129 bytes ftp://ftp.distributed.net/pub/dcti/unsupported/datapipe-1.0.tar.gz
https://http.distributed.net/pub/dcti/unsupported/datapipe-1.0.tar.gz