wok-next view mps-youtube/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 6c73b944e8dd
children
line source
1 # SliTaz package receipt v2.
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 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 BUILD_DEPENDS="python"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="mplayer"
24 }