wok diff youtube-dl/receipt @ rev 17030
linux64: new module path (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 16 23:25:23 2014 +0200 (2014-08-16) |
parents | 617dbdeb6f7e |
children | 07e6ed530a24 |
line diff
1.1 --- a/youtube-dl/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/youtube-dl/receipt Sat Aug 16 23:25:23 2014 +0200 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()