wok-6.x annotate youtube-dl/receipt @ rev 22324
updated youtube-dl (2018.09.18 -> 2019.11.05)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 17:27:25 2019 +0100 (2019-11-14) |
parents | 9c21088bf854 |
children | 4899cc5a72a1 |
rev | line source |
---|---|
gokhlayeh@8882 | 1 # SliTaz package receipt. |
gokhlayeh@8882 | 2 |
gokhlayeh@8882 | 3 PACKAGE="youtube-dl" |
Hans-G?nter@22324 | 4 VERSION="2019.11.05" |
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" |
Hans-G?nter@22324 | 9 WEB_SITE="http://rg3.github.com/youtube-dl/" |
Hans-G?nter@22324 | 10 |
pascal@20450 | 11 TARBALL="$PACKAGE-${VERSION//./-}" |
devl547@16288 | 12 WGET_URL="https://yt-dl.org/downloads/$VERSION/youtube-dl" |
gokhlayeh@8882 | 13 |
slaxemulator@10359 | 14 DEPENDS="python" |
Hans-G?nter@22324 | 15 BUILD_DEPENDS="python" |
devl547@16288 | 16 |
gokhlayeh@8882 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8882 | 18 genpkg_rules() |
gokhlayeh@8882 | 19 { |
slaxemulator@11122 | 20 mkdir -p $fs/usr/bin |
pascal@20450 | 21 cp $src/$TARBALL $fs/usr/bin/$PACKAGE |
gokhlayeh@8882 | 22 chmod +x $fs/usr/bin/$PACKAGE |
pankso@9802 | 23 } |