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

16 lines
399 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: python2 dialog arayüzü
# URL: http://pythondialog.sf.net
# Paketçi: milisarge
# Gerekler: python
name=python-pythondialog
_name=pythondialog
version=3.4.0
release=1
source=(http://downloads.sourceforge.net/project/${_name}/${_name}/${version}/python2-${_name}-${version}.tar.bz2)
build() {
cd python2-${_name}-$version
python2 ./setup.py install --prefix=/usr --root="${PKG}" -O1
}