wok annotate youtube-dl/receipt @ rev 24240

updated perl-mime-types (2.17 -> 2.22)
author Hans-G?nter Theisgen
date Sun Jan 02 07:21:29 2022 +0100 (2022-01-02)
parents 7c5249848026
children 922f061231c2
rev   line source
gokhlayeh@8882 1 # SliTaz package receipt.
gokhlayeh@8882 2
gokhlayeh@8882 3 PACKAGE="youtube-dl"
Hans-G?nter@23790 4 VERSION="2020.05.08"
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
Hans-G?nter@23790 21
Hans-G?nter@23790 22 cp $src/$TARBALL $fs/usr/bin/$PACKAGE
Hans-G?nter@23790 23 chmod +x $fs/usr/bin/$PACKAGE
pankso@9802 24 }