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

Bug 40999

Summary: ebuild for ccpsocket
Product: Gentoo Linux Reporter: Michael Labhard <m.labhard>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED WONTFIX    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Labhard 2004-02-09 12:08:16 UTC
PPSocket is a small Classlibrary for C++ that supports an easy usage of socket-programming for networking-software.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Michael Labhard 2004-02-09 12:11:29 UTC
As usual Bugzilla would not allow me to attach a file. So here is the ebuild:

# $Header:

DESCRIPTION="A small Classlibrary for C++ that supports an easy usage of socket-programming for networking-software."
HOMEPAGE="http://sourceforge.net/projects/cppsocket/"
SRC_URI="mirror://sourceforge/cppsocket/${P}.tar.gz"

S=${WORKDIR}/cppsocket

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ~ppc sparc hppa ~amd64 ~alpha"
IUSE=""

DEPEND="virtual/glibc"

src_compile() {

#       ${S}/configure
        econf || die
        emake || die "emake failure"
}

src_install() {
        einstall || die
        dodoc AUTHORS ChangeLog FEATURES IDEAS COPYING* \
                README INSTALL NEWS TODO
}
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-02-03 13:07:42 UTC
No upstream release for almost 4 years - WONTFIX.