wok annotate youtube-dl/receipt @ rev 8882

Add: youtube-dl 2001.02.25c
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 27 03:52:39 2011 +0100 (2011-02-27)
parents
children f6d3581520db
rev   line source
gokhlayeh@8882 1 # SliTaz package receipt.
gokhlayeh@8882 2
gokhlayeh@8882 3 PACKAGE="youtube-dl"
gokhlayeh@8882 4 VERSION="2011.02.25c"
gokhlayeh@8882 5 CATEGORY="utilities"
gokhlayeh@8882 6 SHORT_DESC="Downloads videos from various streaming websites."
gokhlayeh@8882 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@8882 8 DEPENDS="python"
gokhlayeh@8882 9 BUILD_DEPENDS="wget"
gokhlayeh@8882 10 TARBALL="$PACKAGE"
gokhlayeh@8882 11 WEB_SITE="http://rg3.github.com/youtube-dl/"
gokhlayeh@8882 12 WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
gokhlayeh@8882 13
gokhlayeh@8882 14 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8882 15 genpkg_rules()
gokhlayeh@8882 16 {
gokhlayeh@8882 17 mkdir -p $fs/usr/bin
gokhlayeh@8882 18 cp -a $src/$PACKAGE $fs/usr/bin
gokhlayeh@8882 19 chmod +x $fs/usr/bin/$PACKAGE
gokhlayeh@8882 20 }