wok-next view youtube-dl/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 660d2ec024d1
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="youtube-dl"
4 VERSION="2018.03.14"
5 CATEGORY="utilities"
6 SHORT_DESC="Downloads videos from various streaming websites"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://rg3.github.io/youtube-dl/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://yt-dl.org/downloads/$VERSION/$TARBALL"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 chmod +x $src/youtube-dl
18 echo | $src/youtube-dl
20 install -Dm755 $src/youtube-dl $install/usr/bin/youtube-dl
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python"
26 }