wok-current rev 8882
Add: youtube-dl 2001.02.25c
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 27 03:52:39 2011 +0100 (2011-02-27) |
parents | 28ebec3616b1 |
children | fea0477a2ec7 |
files | youtube-dl/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/youtube-dl/receipt Sun Feb 27 03:52:39 2011 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="youtube-dl" 1.7 +VERSION="2011.02.25c" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Downloads videos from various streaming websites." 1.10 +MAINTAINER="gokhlayeh@slitaz.org" 1.11 +DEPENDS="python" 1.12 +BUILD_DEPENDS="wget" 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 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/bin 1.21 + cp -a $src/$PACKAGE $fs/usr/bin 1.22 + chmod +x $fs/usr/bin/$PACKAGE 1.23 +} 1.24 \ No newline at end of file