CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sqlite3: 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
4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
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}