wok-current annotate youtube-dl/receipt @ rev 16715
libfm: add forgotten modules and Sakura support, remove garbage MIME info; pcmanfm: use full translated original .desktop files.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 29 18:52:28 2014 +0300 (2014-05-29) |
parents | 617dbdeb6f7e |
children | 07e6ed530a24 |
rev | line source |
---|---|
gokhlayeh@8882 | 1 # SliTaz package receipt. |
gokhlayeh@8882 | 2 |
gokhlayeh@8882 | 3 PACKAGE="youtube-dl" |
devl547@16288 | 4 VERSION="2014.04.04.7" |
gokhlayeh@8882 | 5 CATEGORY="utilities" |
gokhlayeh@8882 | 6 SHORT_DESC="Downloads videos from various streaming websites." |
gokhlayeh@8882 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@15362 | 8 LICENSE="MIT" |
gokhlayeh@8882 | 9 TARBALL="$PACKAGE" |
gokhlayeh@8882 | 10 WEB_SITE="http://rg3.github.com/youtube-dl/" |
devl547@16288 | 11 WGET_URL="https://yt-dl.org/downloads/$VERSION/youtube-dl" |
gokhlayeh@8882 | 12 |
slaxemulator@10359 | 13 DEPENDS="python" |
devl547@16288 | 14 BUILD_DEPENDS="wget python" |
devl547@16288 | 15 |
devl547@16288 | 16 compile_rules() |
devl547@16288 | 17 { |
devl547@16288 | 18 chmod +x $src/youtube-dl |
devl547@16288 | 19 echo | $src/youtube-dl |
devl547@16288 | 20 } |
slaxemulator@10359 | 21 |
gokhlayeh@8882 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8882 | 23 genpkg_rules() |
gokhlayeh@8882 | 24 { |
slaxemulator@11122 | 25 mkdir -p $fs/usr/bin |
slaxemulator@14605 | 26 cp -a $src/youtube-dl $fs/usr/bin |
gokhlayeh@8882 | 27 chmod +x $fs/usr/bin/$PACKAGE |
pankso@9802 | 28 } |