wok-next annotate python-youtube-dl/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents c9a7a7b42a86
children
rev   line source
al@20972 1 # SliTaz package receipt v2.
al@20972 2
al@20972 3 ORIGIN="youtube_dl"
al@20972 4 PACKAGE="python-youtube-dl"
al@20972 5 VERSION="2018.09.18"
al@20972 6 VERSION_PIP="2018.9.18" # some inconsistancy in the pipy version
al@20972 7 CATEGORY="utilities"
al@20972 8 SHORT_DESC="Downloads videos from various streaming websites"
al@21020 9 MAINTAINER="devel@slitaz.org"
al@20972 10 LICENSE="MIT"
al@20972 11 WEB_SITE="https://rg3.github.io/youtube-dl/"
al@20972 12 HOST_ARCH="any"
al@20972 13 REPOLOGY="youtube-dl"
al@20972 14
al@20972 15 BUILD_DEPENDS="python python3"
al@20972 16 SPLIT="${PACKAGE/python/python3}:3"
al@20972 17
al@20972 18 compile_rules() {
al@20972 19 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION_PIP
al@20972 20 }
al@20972 21
al@20972 22 genpkg_rules() {
al@20972 23 copy @std
al@20972 24 py="${PACKAGE%%-*}" # python/python3
al@20972 25 DEPENDS="$py"
al@20972 26 PROVIDE="youtube-dl"
al@20972 27 }