milis/talimatname/genel/python-urwid/talimat

17 lines
387 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.

# Description: Urwid, Curses tabanlı bir Python kullanıcı arabirimi kütüphanesi.
# URL: http://excess.org/urwid/
# Packager: milisarge
# Depends on: python-setuptools
name=python-urwid
version=1.2.1
release=1
source=(
https://pypi.python.org/packages/source/u/urwid/urwid-$version.tar.gz)
build() {
cd urwid-$version
python2 setup.py install --prefix=/usr --root=$PKG
}