# HG changeset patch # User Alexander Medvedev # Date 1396814619 0 # Node ID f0a8f24df1c6f801d29fcea6619a245d935f3432 # Parent 7f9d5eb3792422e8ef826321e1348acdd6a28668 Up: youtube-dl (2014.04.04.7) diff -r 7f9d5eb37924 -r f0a8f24df1c6 youtube-dl/receipt --- a/youtube-dl/receipt Sun Apr 06 19:18:03 2014 +0000 +++ b/youtube-dl/receipt Sun Apr 06 20:03:39 2014 +0000 @@ -1,17 +1,23 @@ # SliTaz package receipt. PACKAGE="youtube-dl" -VERSION="2013.05.23" +VERSION="2014.04.04.7" CATEGORY="utilities" SHORT_DESC="Downloads videos from various streaming websites." MAINTAINER="gokhlayeh@slitaz.org" LICENSE="MIT" TARBALL="$PACKAGE" WEB_SITE="http://rg3.github.com/youtube-dl/" -WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE" +WGET_URL="https://yt-dl.org/downloads/$VERSION/youtube-dl" DEPENDS="python" -BUILD_DEPENDS="wget" +BUILD_DEPENDS="wget python" + +compile_rules() +{ + chmod +x $src/youtube-dl + echo | $src/youtube-dl +} # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()