wok-next annotate mps-youtube/receipt @ rev 19972
Up copyq (3.1.1), qedit (2.8.1)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Oct 17 19:29:54 2017 +0200 (2017-10-17) |
parents | cd282dbb83dc |
children | 6c73b944e8dd |
rev | line source |
---|---|
pascal@18680 | 1 # SliTaz package receipt. |
pascal@18680 | 2 |
pascal@18680 | 3 PACKAGE="mps-youtube" |
pascal@18680 | 4 VERSION="0.2.5" |
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" |
pascal@18680 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@18680 | 10 WEB_SITE="https://github.com/mps-youtube/mps-youtube" |
pascal@18680 | 11 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" |
pascal@18680 | 12 |
pascal@18682 | 13 DEPENDS="mplayer" |
pascal@18680 | 14 BUILD_DEPENDS="python setuptools" |
pascal@18680 | 15 |
pascal@18680 | 16 # Rules to configure and make the package. |
pascal@18680 | 17 compile_rules() |
pascal@18680 | 18 { |
pascal@18680 | 19 python setup.py build |
pascal@18680 | 20 python setup.py install --root=$DESTDIR |
pascal@18680 | 21 } |
pascal@18680 | 22 |
pascal@18680 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18680 | 24 genpkg_rules() |
pascal@18680 | 25 { |
pascal@18680 | 26 cp -a $install/usr $fs |
pascal@18680 | 27 } |
pascal@18680 | 28 |