wok annotate mps-youtube/receipt @ rev 21969

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