wok view youtube-dl/receipt @ rev 11065

Up: awstats to 7.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 00:42:47 2011 +0000 (2011-10-17)
parents 545dcbb27037
children d12296a4ada4
line source
1 # SliTaz package receipt.
3 PACKAGE="youtube-dl"
4 VERSION="2011.03.29"
5 CATEGORY="utilities"
6 SHORT_DESC="Downloads videos from various streaming websites."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 TARBALL="$PACKAGE"
9 WEB_SITE="http://rg3.github.com/youtube-dl/"
10 WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
12 DEPENDS="python"
13 BUILD_DEPENDS="wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $DESTDIR/usr/bin
19 cp -a $src/* $DESTDIR/usr/bin
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/* $fs
27 chmod +x $fs/usr/bin/$PACKAGE
28 }