app-emulation/wine-cellar-20110816
[anomen-overlay.git] / net-misc / pornotube-dl / pornotube-dl-2008.06.03.ebuild
blob959926e515319d47ab20f01d228eed6eeb1b9b68
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
5 DESCRIPTION="A small command-line program to download videos from pornotube.com."
6 HOMEPAGE="http://www.arrakis.es/~rggi3/pornotube-dl/"
7 SRC_URI="http://www.arrakis.es/~rggi3/${PN}/${P}"
9 RESTRICT="mirror"
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="amd64 ~ppc ~ppc64 x86"
13 IUSE=""
15 DEPEND=">=dev-lang/python-2.4"
16 RDEPEND="${DEPEND}"
18 src_unpack() {
22 src_install() {
23 dobin "${DISTDIR}/${P}"
24 dosym "${P}" "/usr/bin/${PN}"