wok-6.x annotate pyvim/receipt @ rev 23908
Up tazinst (101)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 08 16:48:38 2020 +0000 (2020-08-08) |
parents | 5d50a02468c7 |
children | b569b85b0fb9 |
rev | line source |
---|---|
paul@18825 | 1 # SliTaz package receipt. |
paul@18825 | 2 |
paul@18825 | 3 PACKAGE="pyvim" |
Hans-G?nter@23589 | 4 VERSION="2.0.24" |
paul@18825 | 5 CATEGORY="development" |
paul@18825 | 6 SHORT_DESC="Pure Python Vi Implementation." |
paul@18825 | 7 MAINTAINER="paul@slitaz.org" |
Hans-G?nter@23589 | 8 WEB_SITE="https://github.com/jonathanslenders/pyvim" |
Hans-G?nter@23589 | 9 |
Hans-G?nter@23589 | 10 SOURCE="pyvim" |
paul@18825 | 11 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23589 | 12 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
paul@18825 | 13 |
Hans-G?nter@23589 | 14 DEPENDS="ptpython python python-docopt python-prompt-toolkit python-pyflakes" |
Hans-G?nter@23589 | 15 BUILD_DEPENDS="ptpython python python-dev python-docopt python-prompt-toolkit |
Hans-G?nter@23589 | 16 python-pyflakes python-setuptools" |
paul@18825 | 17 |
paul@18825 | 18 # Rules to configure and make the package. |
paul@18825 | 19 compile_rules() |
paul@18825 | 20 { |
paul@18825 | 21 python setup.py install --root=$DESTDIR |
paul@18825 | 22 } |
paul@18825 | 23 |
paul@18825 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18825 | 25 genpkg_rules() |
paul@18825 | 26 { |
Hans-G?nter@23589 | 27 cp -a $install/usr $fs |
paul@18825 | 28 } |