1 |
# Copyright 1999-2008 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2008.03.22.ebuild,v 1.5 2008/05/01 15:26:45 maekke Exp $ |
4 |
|
5 |
DESCRIPTION="A small command-line program to download videos from YouTube." |
6 |
HOMEPAGE="http://www.arrakis.es/~rggi3/youtube-dl/" |
7 |
SRC_URI="http://www.arrakis.es/~rggi3/${PN}/${P}" |
8 |
|
9 |
LICENSE="MIT" |
10 |
SLOT="0" |
11 |
KEYWORDS="amd64 ppc ppc64 x86" |
12 |
IUSE="" |
13 |
|
14 |
DEPEND=">=dev-lang/python-2.4" |
15 |
RDEPEND="${DEPEND}" |
16 |
|
17 |
src_unpack() { |
18 |
: |
19 |
} |
20 |
|
21 |
src_install() { |
22 |
dobin "${DISTDIR}/${P}" |
23 |
dosym "${P}" "/usr/bin/${PN}" |
24 |
} |