net-proxy/piper - 1.14 (gentoo)

Search

Install

Install this version:

emerge -a =net-proxy/piper-1.14

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

autounmask =net-proxy/piper-1.14

Or alternatively:

emerge --autounmask-write -a =net-proxy/piper-1.14

Package Information

Description:
Tool for manipulating SOCKS5 servers
Homepage:
http://www.qwirx.com/
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit flag-o-matic toolchain-funcs

DESCRIPTION="Tool for manipulating SOCKS5 servers"
HOMEPAGE="http://www.qwirx.com/"
SRC_URI="http://www.qwirx.com/piper/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

src_compile() {
	append-flags -g -Wall
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}

src_install() {
	dobin piper
	dodoc README
}

Inherited Eclasses

Manifest for 1.14

Type File Size Source URLs
DIST piper-1.14.tar.gz 20121 bytes http://www.qwirx.com/piper/piper-1.14.tar.gz