# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A command line web client, similar to GNU wget, but with the ability to do many downloads in parallel" HOMEPAGE="http://puf.sourceforge.net/" SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~amd64" IUSE="" src_compile() { econf --with-posix-regex || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" doman puf.1 dodoc README TODO NEWS AUTHORS COPYING }