# Description: command-line program to download videos from YouTube.com # URL: http://bitbucket.org/rg3/youtube-dl/wiki/Home # Maintainer: Han Boetes, han at mijncomputer dot nl # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: python name=youtube version=2007.10.12 release=1 source=(http://bitbucket.org/rg3/youtube-dl/raw/2009.09.13/youtube-dl) build() { sed -i 's|/usr/bin/env python|/usr/bin/python|' *-dl install -D youtube-dl $PKG/usr/bin/youtube }