# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-0.93.2a.ebuild,v 1.5 2010/10/28 10:17:19 ssuominen Exp $ DESCRIPTION="A download tool for UNIX-like systems." SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" HOMEPAGE="http://puf.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS NEWS README TODO }