milis/talimatname/genel/l/lockfile/talimat

17 lines
353 B
Text
Raw Normal View History

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