contrib/virtualenvwrapper/Pkgfile
2014-02-16 23:13:57 +10:00

18 lines
549 B
Plaintext

# Description: A set of enhancements to virtualenv
# URL: http://www.doughellmann.com/projects/virtualenvwrapper/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Depends on: virtualenv virtualenv-clone stevedore
name=virtualenvwrapper
version=4.2
release=1
source=(http://pypi.python.org/packages/source/v/$name/$name-$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python setup.py install --root=$PKG
mkdir -p $PKG/etc/profile.d
ln -sf /usr/bin/virtualenvwrapper.sh $PKG/etc/profile.d/
}