wok-current rev 10359
youtube-dl: Use $SOURCE_REPOSITORY.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 22 17:45:43 2011 +0000 (2011-05-22) |
parents | 9e2e50b698ab |
children | 7eee8daf368b |
files | youtube-dl/receipt |
line diff
1.1 --- a/youtube-dl/receipt Sun May 22 16:59:09 2011 +0000 1.2 +++ b/youtube-dl/receipt Sun May 22 17:45:43 2011 +0000 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 }