wok view youtube-dl/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents a114acc9ff42
children f0a8f24df1c6
line source
1 # SliTaz package receipt.
3 PACKAGE="youtube-dl"
4 VERSION="2013.05.23"
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://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
13 DEPENDS="python"
14 BUILD_DEPENDS="wget"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $src/youtube-dl $fs/usr/bin
21 chmod +x $fs/usr/bin/$PACKAGE
22 }