wok view youtube-dl/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 07e6ed530a24
children e3d57f018fcb
line source
1 # SliTaz package receipt.
3 PACKAGE="youtube-dl"
4 VERSION="2015.08.28"
5 CATEGORY="utilities"
6 SHORT_DESC="Downloads videos from various streaming websites."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE"
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 compile_rules()
17 {
18 chmod +x $src/youtube-dl
19 echo | $src/youtube-dl
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/youtube-dl $fs/usr/bin
27 chmod +x $fs/usr/bin/$PACKAGE
28 }