wok annotate youtube-dl/receipt @ rev 14605

Up: youtube-dl to 2013.05.23.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 31 19:59:16 2013 +0000 (2013-05-31)
parents 44841c3b5e55
children 617dbdeb6f7e
rev   line source
gokhlayeh@8882 1 # SliTaz package receipt.
gokhlayeh@8882 2
gokhlayeh@8882 3 PACKAGE="youtube-dl"
slaxemulator@14605 4 VERSION="2013.05.23"
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 TARBALL="$PACKAGE"
gokhlayeh@8882 9 WEB_SITE="http://rg3.github.com/youtube-dl/"
gokhlayeh@8882 10 WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
gokhlayeh@8882 11
slaxemulator@10359 12 DEPENDS="python"
slaxemulator@10359 13 BUILD_DEPENDS="wget"
slaxemulator@10359 14
gokhlayeh@8882 15 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8882 16 genpkg_rules()
gokhlayeh@8882 17 {
slaxemulator@11122 18 mkdir -p $fs/usr/bin
slaxemulator@14605 19 cp -a $src/youtube-dl $fs/usr/bin
gokhlayeh@8882 20 chmod +x $fs/usr/bin/$PACKAGE
pankso@9802 21 }