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

Bug 726

Summary: new net-irc/dircproxy (an irc proxy) ebuild
Product: Gentoo Linux Reporter: Einar Karttunen <ekarttun>
Component: New packagesAssignee: Bart Verwilst <bart>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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