Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40999 - ebuild for ccpsocket
Summary: ebuild for ccpsocket
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-09 12:08 UTC by Michael Labhard
Modified: 2007-02-03 13:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.