15 lines
393 B
Plaintext
15 lines
393 B
Plaintext
|
# Tanım: Zope3 arayüz kütüphanesi.
|
|||
|
# URL: http://pypi.python.org/pypi/zope.interface/
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: python python-setuptools
|
|||
|
|
|||
|
isim=python-zope_interface
|
|||
|
surum=4.1.3
|
|||
|
devir=1
|
|||
|
kaynak=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd zope.interface-$surum
|
|||
|
/usr/bin/python2 setup.py install --root=$PKG --prefix=/usr
|
|||
|
}
|