wok view youtube-dl/receipt @ rev 10315

edje: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 23:52:04 2011 +0000 (2011-05-21)
parents f6d3581520db
children 62ac62e4ddf6
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 DEPENDS="python"
9 BUILD_DEPENDS="wget"
10 TARBALL="$PACKAGE"
11 WEB_SITE="http://rg3.github.com/youtube-dl/"
12 WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 [ -x /usr/bin/tazwok ] && cp -a $src/$PACKAGE $fs/usr/bin
19 [ -x /usr/bin/cook ] && cp -a $SRC/$PACKAGE $fs/usr/bin
20 chmod +x $fs/usr/bin/$PACKAGE
21 }