wok-next rev 11122

Up: youtube-dl to 2011.10.19.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:08:01 2011 +0000 (2011-10-26)
parents f1aa32b03abe
children 93efe993d312
files youtube-dl/receipt
line diff
     1.1 --- a/youtube-dl/receipt	Wed Oct 26 19:55:18 2011 +0000
     1.2 +++ b/youtube-dl/receipt	Wed Oct 26 20:08:01 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="youtube-dl"
     1.7 -VERSION="2011.03.29"
     1.8 +VERSION="2011.10.19"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Downloads videos from various streaming websites."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -12,17 +12,10 @@
    1.13  DEPENDS="python"
    1.14  BUILD_DEPENDS="wget"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 -	mkdir -p $DESTDIR/usr/bin
    1.20 -	cp -a $src/* $DESTDIR/usr/bin
    1.21 -}
    1.22 -
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs
    1.27 -	cp -a $_pkg/* $fs
    1.28 +	mkdir -p $fs/usr/bin
    1.29 +	cp -a $src/* $fs/usr/bin
    1.30  	chmod +x $fs/usr/bin/$PACKAGE
    1.31  }