milis/talimatname/genel/p/python-urwid/talimat

18 lines
392 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.

# Tanım: Urwid, Curses tabanlı bir Python kullanıcı arabirimi kütüphanesi.
# URL: http://excess.org/urwid/
# Paketçi: milisarge
# Gerekler: python-setuptools
# Grup: kütüphane
isim=python-urwid
surum=1.2.1
devir=1
kaynak=(
https://pypi.python.org/packages/source/u/urwid/urwid-$surum.tar.gz)
derle() {
cd urwid-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}