wok view youtube-dl/receipt @ rev 10434

grub4dos: fix path to lib (no more i386-pc but i386-slitaz)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:43:57 2011 +0200 (2011-05-25)
parents 8e2d7748d155
children a8728d541b58
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 gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $SOURCE_REPOSITORY/$PACKAGE $fs/usr/bin
20 chmod +x $fs/usr/bin/$PACKAGE
21 }