wok view youtube-dl/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents e3d57f018fcb
children 7c5249848026
line source
1 # SliTaz package receipt.
3 PACKAGE="youtube-dl"
4 VERSION="2018.09.18"
5 CATEGORY="utilities"
6 SHORT_DESC="Downloads videos from various streaming websites."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-${VERSION//./-}"
10 WEB_SITE="http://rg3.github.com/youtube-dl/"
11 WGET_URL="https://yt-dl.org/downloads/$VERSION/youtube-dl"
13 DEPENDS="python"
14 BUILD_DEPENDS="wget python"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp $src/$TARBALL $fs/usr/bin/$PACKAGE
21 chmod +x $fs/usr/bin/$PACKAGE
22 }