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

17 lines
380 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
name=python-urwid
version=1.2.1
release=1
source=(
https://pypi.python.org/packages/source/u/urwid/urwid-$version.tar.gz)
derle() {
cd urwid-$version
python2 setup.py install --prefix=/usr --root=$PKG
}