wok annotate youtube-dl/receipt @ rev 10359

youtube-dl: Use $SOURCE_REPOSITORY.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 17:45:43 2011 +0000 (2011-05-22)
parents 8e2d7748d155
children a8728d541b58
rev   line source
gokhlayeh@8882 1 # SliTaz package receipt.
gokhlayeh@8882 2
gokhlayeh@8882 3 PACKAGE="youtube-dl"
slaxemulator@9429 4 VERSION="2011.03.29"
gokhlayeh@8882 5 CATEGORY="utilities"
gokhlayeh@8882 6 SHORT_DESC="Downloads videos from various streaming websites."
gokhlayeh@8882 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@8882 8 TARBALL="$PACKAGE"
gokhlayeh@8882 9 WEB_SITE="http://rg3.github.com/youtube-dl/"
gokhlayeh@8882 10 WGET_URL="https://github.com/rg3/$PACKAGE/raw/$VERSION/$PACKAGE"
gokhlayeh@8882 11
slaxemulator@10359 12 DEPENDS="python"
slaxemulator@10359 13 BUILD_DEPENDS="wget"
slaxemulator@10359 14
gokhlayeh@8882 15 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8882 16 genpkg_rules()
gokhlayeh@8882 17 {
gokhlayeh@8882 18 mkdir -p $fs/usr/bin
slaxemulator@10359 19 cp -a $SOURCE_REPOSITORY/$PACKAGE $fs/usr/bin
gokhlayeh@8882 20 chmod +x $fs/usr/bin/$PACKAGE
pankso@9802 21 }