# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Phill Lemon # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp S=${WORKDIR}/tinyproxy-1.5.0rc8 DESCRIPTION="TinyProxy 1.5.0.rc8 - Lightweight, full featured HTTP proxy" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/tinyproxy/tinyproxy-1.5.0rc8.tar.gz" HOMEPAGE="http://tinyproxy.sourceforge.net/" LICENSE="GPL-2" DEPEND="" #RDEPEND="" 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 || die }