wok-next view python-youtube-dlg/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 c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="youtube-dlg"
4 PACKAGE="python-youtube-dlg"
5 VERSION="0.4"
6 CATEGORY="multimedia"
7 SHORT_DESC="Front-end GUI of the popular youtube-dl written in wxPython"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="PublicDomain"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 HOST_ARCH="any"
12 REPOLOGY="youtube-dl-gui"
14 BUILD_DEPENDS="python python-wxpython3-dev python-twodict gettext-dev"
15 COOKOPTS="!pixmaps"
17 compile_rules() {
18 # Python3 based compilation produce error
19 pip install --no-compile --root=$install $ORIGIN==$VERSION || return 1
21 install -Dm644 $stuff/youtube-dl-gui.desktop $install/usr/share/applications/youtube-dl-gui.desktop
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python python-youtube-dl python-wxpython3 python-twodict"
27 PROVIDE="youtube-dl-gui"
28 }