Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4594 - eggdrop-1.6.10.ebuild
Summary: eggdrop-1.6.10.ebuild
Status: RESOLVED DUPLICATE of bug 4216
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-05 15:55 UTC by Paul Belt
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 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 ***