wok annotate youtube-dl/receipt @ rev 15681

Remove WEBSITE var because is empty
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:40:30 2013 +0100 (2013-12-20)
parents a114acc9ff42
children f0a8f24df1c6
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"
pascal@15362 8 LICENSE="MIT"
gokhlayeh@8882 9 TARBALL="$PACKAGE"
gokhlayeh@8882 10 WEB_SITE="http://rg3.github.com/youtube-dl/"
gokhlayeh@8882 11 WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
gokhlayeh@8882 12
slaxemulator@10359 13 DEPENDS="python"
slaxemulator@10359 14 BUILD_DEPENDS="wget"
slaxemulator@10359 15
gokhlayeh@8882 16 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8882 17 genpkg_rules()
gokhlayeh@8882 18 {
slaxemulator@11122 19 mkdir -p $fs/usr/bin
slaxemulator@14605 20 cp -a $src/youtube-dl $fs/usr/bin
gokhlayeh@8882 21 chmod +x $fs/usr/bin/$PACKAGE
pankso@9802 22 }