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

Bug 1556

Summary: ucspi-unix ebuild (new)
Product: Gentoo Linux Reporter: Thilo Bangert (RETIRED) (RETIRED) <bangert>
Component: New packagesAssignee: Thilo Bangert (RETIRED) (RETIRED) <bangert>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.fizzelpark.com/portage/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild
Whiteboard:
Package list:
Runtime testing required: ---

Description Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-04-05 16:01:55 UTC
here is an ebuild for ucspi-unix. its basically ucspi-tcp for unix sockets.
http://www.fizzelpark.com/portage/sys-apps/ucspi-unix/ucspi-unix-0.34.ebuild
---
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Maintainer: Thilo Bangert <thilo.bangert@gmx.net>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp

S=${WORKDIR}/${P}
DESCRIPTION="A ucspi implementation for unix sockets."
SRC_URI="ftp://untroubled.org/ucspi-unix/${P}.tar.gz"

HOMEPAGE="http://untroubled.org"

src_compile() {
	emake || die
}

src_install () {
	exeinto /usr/bin
        doexe unixserver unixclient unixcat
}