wok diff youtube-dl/receipt @ rev 10393

cgdb: can't cross (use native)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 19:01:25 2011 +0200 (2011-05-23)
parents 8e2d7748d155
children a8728d541b58
line diff
     1.1 --- a/youtube-dl/receipt	Sat May 14 14:29:23 2011 +0200
     1.2 +++ b/youtube-dl/receipt	Mon May 23 19:01:25 2011 +0200
     1.3 @@ -5,17 +5,17 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Downloads videos from various streaming websites."
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 -BUILD_DEPENDS="wget"
     1.9  TARBALL="$PACKAGE"
    1.10  WEB_SITE="http://rg3.github.com/youtube-dl/"
    1.11  WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
    1.12  
    1.13 +DEPENDS="python"
    1.14 +BUILD_DEPENDS="wget"
    1.15 +
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/bin
    1.20 -	[ -x /usr/bin/tazwok ] && cp -a $src/$PACKAGE $fs/usr/bin
    1.21 -	[ -x /usr/bin/cook ] && cp -a $SRC/$PACKAGE $fs/usr/bin
    1.22 +	cp -a $SOURCE_REPOSITORY/$PACKAGE $fs/usr/bin
    1.23  	chmod +x $fs/usr/bin/$PACKAGE
    1.24  }