wok diff pyvim/receipt @ rev 18898

slitaz-boot-scripts (424), slitaz-tools (966), tazpanel (567), tazusb (184)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 17 11:45:28 2016 +0100 (2016-02-17)
parents
children 5d50a02468c7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pyvim/receipt	Wed Feb 17 11:45:28 2016 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pyvim"
     1.7 +SOURCE="pyvim"
     1.8 +VERSION="0.0.13"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="Pure Python Vi Implementation."
    1.11 +MAINTAINER="paul@slitaz.org"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="https://github.com/jonathanslenders/pyvim"
    1.14 +WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes"
    1.17 +BUILD_DEPENDS="wget python-prompt-toolkit ptpython python-docopt python-pyflakes setuptools python-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	python setup.py install --root=$DESTDIR
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	cp -a $install/usr $fs
    1.29 +}
    1.30 +