wok-next diff mps-youtube/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 6c73b944e8dd
children
line diff
     1.1 --- a/mps-youtube/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/mps-youtube/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -1,28 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="mps-youtube"
     1.8  VERSION="0.2.5"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Terminal based YouTube player and downloader."
    1.11 +SHORT_DESC="Terminal based YouTube player and downloader"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://github.com/mps-youtube/mps-youtube"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/mps-youtube/mps-youtube"
    1.18  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.19  
    1.20 -DEPENDS="mplayer"
    1.21  BUILD_DEPENDS="python"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	python setup.py build
    1.27 -	python setup.py install --root=$DESTDIR
    1.28 +compile_rules() {
    1.29 +	python -B setup.py build &&
    1.30 +	python -B setup.py install --root=$install
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 -	cp -a $install/usr $fs
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="mplayer"
    1.40  }
    1.41 -