wok view virtualenv/receipt @ rev 17057

syslinux/c32box: x86_64 auto select
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 09:56:57 2014 +0200 (2014-08-21)
parents d69f89800f8d
children 7390f8de9846
line source
1 # SliTaz package receipt.
3 PACKAGE="virtualenv"
4 VERSION="1.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Virtual Python Environment Builder."
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://pypi.python.org/pypi/virtualenv"
11 WGET_URL="http://pypi.python.org/packages/source/v/virtualenv/$TARBALL"
12 TAGS="python"
14 DEPENDS="python python-dev"
15 BUILD_DEPENDS="python python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }