wok rev 14605

Up: youtube-dl to 2013.05.23.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 31 19:59:16 2013 +0000 (2013-05-31)
parents a09e9d64e4c9
children ff266cedbd68
files youtube-dl/receipt
line diff
     1.1 --- a/youtube-dl/receipt	Fri May 31 00:58:07 2013 +0000
     1.2 +++ b/youtube-dl/receipt	Fri May 31 19:59:16 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  }