wok-next diff youtube-dl/receipt @ rev 15272
ntop: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 13:23:35 2013 +0000 (2013-09-25) |
parents | 44841c3b5e55 |
children | 617dbdeb6f7e |
line diff
1.1 --- a/youtube-dl/receipt Fri Feb 17 14:36:38 2012 -0500 1.2 +++ b/youtube-dl/receipt Wed Sep 25 13:23:35 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="youtube-dl" 1.7 -VERSION="2012.01.08b" 1.8 +VERSION="2013.05.23" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Downloads videos from various streaming websites." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 @@ -16,6 +16,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/bin 1.16 - cp -a $src/* $fs/usr/bin 1.17 + cp -a $src/youtube-dl $fs/usr/bin 1.18 chmod +x $fs/usr/bin/$PACKAGE 1.19 }