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

Bug 4594

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

Description Paul Belt 2002-07-05 15:55:48 UTC
# Author: gaarde at users dot sourceforge dot net

MY_P=${PN}${PV}
S=${WORKDIR}/${MY_P}

DESCRIPTION="An Internet Relay Chat (IRC) bot that can be extended using either
C or TCL."
SRC_URI="ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/${MY_P}.tar.gz"
HOMEPAGE="http://www.eggheads.org/"

src_compile() {
    ./configure --prefix=${D}/usr/eggdrop || die
    make config || die
    make || die
}

src_install () {
   make install || die
}
Comment 1 SpanKY gentoo-dev 2002-07-06 12:01:38 UTC
this is a duplicate of http://bugs.gentoo.org/show_bug.cgi?id=4216 ;) 
Comment 2 Spider (RETIRED) gentoo-dev 2002-07-06 12:57:48 UTC

*** This bug has been marked as a duplicate of 4216 ***