Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726 - new net-irc/dircproxy (an irc proxy) ebuild
Summary: new net-irc/dircproxy (an irc proxy) ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-17 03:52 UTC by Einar Karttunen
Modified: 2002-04-13 18:11 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 Einar Karttunen 2002-02-17 03:52:29 UTC
Hello

Should be stable.
Comment 1 Einar Karttunen 2002-02-17 03:54:20 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Einar Karttunen <ekarttun@cs.helsinki.fi>
# /space/gentoo/cvsroot/gentoo-x86/skel.build,v 1.14 2002/02/01 19:50:13 
gbevin Exp

S=${WORKDIR}/${P}
DESCRIPTION="an IRC proxy server"
SRC_URI="http://www.dircproxy.net/download/stable/${P}.tar.gz"
HOMEPAGE="http:/www.dircproxy.net/"
DEPEND="virtual/glibc"

src_compile() {
        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die "./configure failed"
        emake || die
}

src_install () {
        make DESTDIR=${D} install-strip || die
}
Comment 2 Bart Verwilst 2002-04-13 17:58:17 UTC
Please include the actual ebuild-filename :o) Thanks