SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "youtube-dl"

# 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
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)