net-misc/dcetest - 2.0 (gentoo)

Search

Package Information

Description:
dcetest is a clone of the Windows rpcinfo
Homepage:
http://www.atstake.com/research/tools/info_gathering/
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit flag-o-matic toolchain-funcs

DESCRIPTION="dcetest is a clone of the Windows rpcinfo"
HOMEPAGE="http://www.atstake.com/research/tools/info_gathering/"
SRC_URI="mirror://gentoo/${P}.tar"

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

S="${WORKDIR}/${PN}"
PATCHES=( "${FILESDIR}"/${PN}-2.0-fix-build-system.patch )

src_configure() {
	tc-export CC
	append-cflags -funsigned-char -Wall
}

src_install() {
	dobin dcetest
	dodoc CHANGELOG README VERSION nt4sp6adefault.txt out out.txt out2.txt w2ksp0.txt
}

Manifest for 2.0

Type File Size Source URLs
DIST dcetest-2.0.tar 133120 bytes mirror://gentoo/dcetest-2.0.tar