wok annotate youtube-dl/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents e3d57f018fcb
children 7c5249848026
rev   line source
gokhlayeh@8882 1 # SliTaz package receipt.
gokhlayeh@8882 2
gokhlayeh@8882 3 PACKAGE="youtube-dl"
pascal@20449 4 VERSION="2018.09.18"
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"
pascal@20450 9 TARBALL="$PACKAGE-${VERSION//./-}"
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
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
pascal@20450 20 cp $src/$TARBALL $fs/usr/bin/$PACKAGE
gokhlayeh@8882 21 chmod +x $fs/usr/bin/$PACKAGE
pankso@9802 22 }