Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 5056

Summary: rfcutil-3.2.3.ebuild
Product: Gentoo Linux Reporter: Paul Belt <gaarde>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul Belt 2002-07-15 19:32:17 UTC
# AUTHOR: gaarde at users dot sourceforge dot net

MY_PN="rfc"
S="${WORKDIR}/${MY_PN}-${PV}"

DESCRIPTION="RFC Util allows you to specify the number of an RFC, or a search
string, and it returns all related RFCs. It features command line switches to
spawn lynx or w3m to view the RFC, dump to file for offline viewing, or mail to
an address. It also allows local and remote lookups of port, service, or proto
numbers."
HOMEPAGE="http://www.dewn.com/rfc/"
SRC_URI="http://www.dewn.com/rfc/${MY_PN}-${PV}.tar.gz"

src_compile() {
   einfo "nothing to compile"
}

src_install () {
   dobin ${MY_PN}-${PV}
   dosym ${MY_PN}-${PV} ${MY_PN}
   doman ${MY_PN}.1
   dodoc CHANGELOG INSTALL KNOWN_BUGS README
}
Comment 1 Paul Belt 2002-07-15 20:00:10 UTC
Obsoleted by Bug # 5059