wok annotate virtualenv/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents 2a21689b0af7
children 12a00e4d5909
rev   line source
taziden@3873 1 # SliTaz package receipt.
taziden@3873 2
taziden@3873 3 PACKAGE="virtualenv"
slaxemulator@6455 4 VERSION="1.5.1"
taziden@3873 5 CATEGORY="development"
taziden@3873 6 SHORT_DESC="Virtual Python Environment Builder."
taziden@3873 7 MAINTAINER="taziden@slitaz.org"
pascal@15363 8 LICENSE="MIT"
taziden@3873 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
taziden@3873 10 WEB_SITE="http://pypi.python.org/pypi/virtualenv"
taziden@3873 11 WGET_URL="http://pypi.python.org/packages/source/v/virtualenv/$TARBALL"
pascal@15363 12 TAGS="python"
pascal@15363 13
taziden@3873 14 DEPENDS="python python-dev"
taziden@3873 15 BUILD_DEPENDS="python python-dev"
taziden@3873 16
taziden@3873 17 # Rules to configure and make the package.
taziden@3873 18 compile_rules()
taziden@3873 19 {
pascal@15363 20 python setup.py install --root=$DESTDIR
taziden@3873 21 }
taziden@3873 22
taziden@3873 23 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3873 24 genpkg_rules()
taziden@3873 25 {
pascal@15363 26 cp -a $install/usr $fs
taziden@3873 27 }