wok rev 16288

Up: youtube-dl (2014.04.04.7)
author Alexander Medvedev <devl547@gmail.com>
date Sun Apr 06 20:03:39 2014 +0000 (2014-04-06)
parents 7f9d5eb37924
children c6a95de2d272
files youtube-dl/receipt
line diff
     1.1 --- a/youtube-dl/receipt	Sun Apr 06 19:18:03 2014 +0000
     1.2 +++ b/youtube-dl/receipt	Sun Apr 06 20:03:39 2014 +0000
     1.3 @@ -1,17 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="youtube-dl"
     1.7 -VERSION="2013.05.23"
     1.8 +VERSION="2014.04.04.7"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Downloads videos from various streaming websites."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  TARBALL="$PACKAGE"
    1.14  WEB_SITE="http://rg3.github.com/youtube-dl/"
    1.15 -WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
    1.16 +WGET_URL="https://yt-dl.org/downloads/$VERSION/youtube-dl"
    1.17  
    1.18  DEPENDS="python"
    1.19 -BUILD_DEPENDS="wget"
    1.20 +BUILD_DEPENDS="wget python"
    1.21 +
    1.22 +compile_rules()
    1.23 +{
    1.24 +	chmod +x $src/youtube-dl
    1.25 +	echo | $src/youtube-dl
    1.26 +}
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()