17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
|
# Tanım: Platformdan bağımsız dosya kilitleme modülü
|
|||
|
# URL: http://launchpad.net/pylockfile
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: python-setuptools
|
|||
|
|
|||
|
isim=lockfile
|
|||
|
surum=0.12.2
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=(https://pypi.python.org/packages/source/l/lockfile/lockfile-0.12.2.tar.gz)
|
|||
|
|
|||
|
|
|||
|
derle() {
|
|||
|
cd "${SRC}/${isim}-${surum}"
|
|||
|
python setup.py install --root=$PKG
|
|||
|
}
|