milis/talimatname/genel/lockfile/talimat

17 lines
366 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Platformdan bağımsız dosya kilitleme modülü
# URL: http://launchpad.net/pylockfile
# Packager: milisarge
# Depends on: python-setuptools
name=lockfile
version=0.12.2
release=1
source=(https://pypi.python.org/packages/source/l/lockfile/lockfile-0.12.2.tar.gz)
build() {
cd "${SRC}/${name}-${version}"
python setup.py install --root=$PKG
}