# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # /space/gentoo/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-3.70.ebuild,v 1.2 2002/06/21 06:14:50 seemant Exp S=${WORKDIR}/${P} DESCRIPTION="A network programming library in C++" SRC_URI="http://open.nit.ca/download/${P}.tar.gz" HOMEPAGE="http://open.nit.ca/wvstreams" DEPEND="virtual/glibc" src_unpack() { unpack ${P}.tar.gz bzcat ${FILESDIR}/wvstreams-3.70-gcc3.1.patch.bz2 | patch -p0 || die } src_compile() { # bzcat ${FILESDIR}/wvstreams-3.70-gcc3.1.patch.bz2 | patch -p0 || die emake || die } src_install() { make \ PREFIX=${D}/usr \ install || die }