# SliTaz package receipt.

PACKAGE="youtube-dl"
VERSION="2012.01.08b"
CATEGORY="utilities"
SHORT_DESC="Downloads videos from various streaming websites."
MAINTAINER="gokhlayeh@slitaz.org"
TARBALL="$PACKAGE"
WEB_SITE="http://rg3.github.com/youtube-dl/"
WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"

DEPENDS="python"
BUILD_DEPENDS="wget"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp -a $src/* $fs/usr/bin
	chmod +x $fs/usr/bin/$PACKAGE
}