wok diff youtube-dl/receipt @ rev 9045
asterisk-sound-fr: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 08:55:47 2011 +0100 (2011-03-04) |
parents | |
children | f6d3581520db |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/youtube-dl/receipt Fri Mar 04 08:55:47 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