wok view mps-youtube/receipt @ rev 21739

updated qiv (2.2.3 -> 2.3.2)
author Hans-G?nter Theisgen
date Fri Jun 14 13:32:39 2019 +0100 (2019-06-14)
parents 4c5528fadf3c
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="mps-youtube"
4 VERSION="0.2.8"
5 CATEGORY="network"
6 SHORT_DESC="Terminal based YouTube player and downloader."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mps-youtube/mps-youtube"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
14 DEPENDS="mplayer py3k"
15 BUILD_DEPENDS="py3k python-setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python3 setup.py build
21 python3 setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }