wok view mps-youtube/receipt @ rev 19001

Use variables in $TARBALL
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 23 11:51:37 2016 +0200 (2016-03-23)
parents cd282dbb83dc
children 4c5528fadf3c
line source
1 # SliTaz package receipt.
3 PACKAGE="mps-youtube"
4 VERSION="0.2.5"
5 CATEGORY="network"
6 SHORT_DESC="Terminal based YouTube player and downloader."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/mps-youtube/mps-youtube"
11 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
13 DEPENDS="mplayer"
14 BUILD_DEPENDS="python setuptools"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py build
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }