CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sylpheed: initial import (verified compilation)
[attic/ports/opt-cross.git] / youtube / Pkgfile
CommitLineData
ffe3018c
VM
1# Description: command-line program to download videos from YouTube.com
2# URL: http://bitbucket.org/rg3/youtube-dl/wiki/Home
3# Maintainer: Han Boetes, han at mijncomputer dot nl
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
ffe3018c
VM
5# Depends on: python
6
7name=youtube
8version=2007.10.12
9release=1
10source=(http://bitbucket.org/rg3/youtube-dl/raw/2009.09.13/youtube-dl)
11
12build()
13{
14 sed -i 's|/usr/bin/env python|/usr/bin/python|' *-dl
15 install -D youtube-dl $PKG/usr/bin/youtube
16}