# HG changeset patch # User Antoine Bodin # Date 1298775159 -3600 # Node ID df0f1757fc2c7dad32dc04134b0ab134bf5a77e2 # Parent 28ebec3616b1df4c5734faca6dfeda2115f66429 Add: youtube-dl 2001.02.25c diff -r 28ebec3616b1 -r df0f1757fc2c youtube-dl/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/youtube-dl/receipt Sun Feb 27 03:52:39 2011 +0100 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="youtube-dl" +VERSION="2011.02.25c" +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" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/$PACKAGE $fs/usr/bin + chmod +x $fs/usr/bin/$PACKAGE +} \ No newline at end of file