wok diff youtube-dl/receipt @ rev 14875

Up: python-django (1.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:28:00 2013 -0300 (2013-07-23)
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	Tue Jul 23 19:28:00 2013 -0300
     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  }