wok diff youtube-dl/receipt @ rev 14639

Fixed all xorg receipts to use SOURCE variable again. Please use SOURCE variable Aleksej.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 02 09:36:07 2013 +0000 (2013-06-02)
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	Sun Jun 02 09:36:07 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  }