milis/talimatname/genel/l/lockfile/talimat

17 lines
353 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Platformdan bağımsız dosya kilitleme modülü
2016-02-24 01:27:23 +01:00
# URL: http://launchpad.net/pylockfile
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-setuptools
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=lockfile
surum=0.12.2
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://pypi.python.org/packages/source/l/lockfile/lockfile-0.12.2.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "${SRC}/${isim}-${surum}"
2016-02-24 01:27:23 +01:00
python setup.py install --root=$PKG
}