# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/podget/podget-0.5.ebuild,v 1.1 2005/12/25 10:55:27 egore Exp $ DESCRIPTION="a bash script to automate the downloading Podcast audio content from RSS feeds" HOMEPAGE="http://sourceforge.net/projects/podget/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-shells/bash" src_install() { dobin podget.sh dodoc README Changelog INSTALL doman DOC/podget.7.gz }