wok annotate youtube-dl/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
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 }