# HG changeset patch # User Christopher Rogers # Date 1306086343 0 # Node ID 62ac62e4ddf625c39c8ab6bb0bfbb9bd164f1209 # Parent 9e2e50b698ab37e3409dc33a21f285a27c992fca youtube-dl: Use $SOURCE_REPOSITORY. diff -r 9e2e50b698ab -r 62ac62e4ddf6 youtube-dl/receipt --- a/youtube-dl/receipt Sun May 22 16:59:09 2011 +0000 +++ b/youtube-dl/receipt Sun May 22 17:45:43 2011 +0000 @@ -5,17 +5,17 @@ CATEGORY="utilities" SHORT_DESC="Downloads videos from various streaming websites." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="wget" TARBALL="$PACKAGE" WEB_SITE="http://rg3.github.com/youtube-dl/" WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE" +DEPENDS="python" +BUILD_DEPENDS="wget" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - [ -x /usr/bin/tazwok ] && cp -a $src/$PACKAGE $fs/usr/bin - [ -x /usr/bin/cook ] && cp -a $SRC/$PACKAGE $fs/usr/bin + cp -a $SOURCE_REPOSITORY/$PACKAGE $fs/usr/bin chmod +x $fs/usr/bin/$PACKAGE }