wok annotate youtube-dl/receipt @ rev 17282
Up youtube-dl (2014.10.27)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Oct 27 01:26:15 2014 -0400 (2014-10-27) |
parents | f0a8f24df1c6 |
children | 660d2ec024d1 |
rev | line source |
---|---|
gokhlayeh@8882 | 1 # SliTaz package receipt. |
gokhlayeh@8882 | 2 |
gokhlayeh@8882 | 3 PACKAGE="youtube-dl" |
mojo@17282 | 4 VERSION="2014.10.27" |
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/" |
devl547@16288 | 11 WGET_URL="https://yt-dl.org/downloads/$VERSION/youtube-dl" |
gokhlayeh@8882 | 12 |
slaxemulator@10359 | 13 DEPENDS="python" |
devl547@16288 | 14 BUILD_DEPENDS="wget python" |
devl547@16288 | 15 |
devl547@16288 | 16 compile_rules() |
devl547@16288 | 17 { |
devl547@16288 | 18 chmod +x $src/youtube-dl |
devl547@16288 | 19 echo | $src/youtube-dl |
devl547@16288 | 20 } |
slaxemulator@10359 | 21 |
gokhlayeh@8882 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8882 | 23 genpkg_rules() |
gokhlayeh@8882 | 24 { |
slaxemulator@11122 | 25 mkdir -p $fs/usr/bin |
slaxemulator@14605 | 26 cp -a $src/youtube-dl $fs/usr/bin |
gokhlayeh@8882 | 27 chmod +x $fs/usr/bin/$PACKAGE |
pankso@9802 | 28 } |