milis/talimatname/genel/python-cups/talimat

17 lines
344 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: Python CUPS Bağlantıları
# URL: http://cyberelk.net/tim/software/pycups/
# Packager: milisarge
# Depends on: cups python
name=python-cups
version=1.9.73
release=1
source=(
http://cyberelk.net/tim/data/pycups/pycups-$version.tar.bz2)
build() {
cd pycups-$version
python2 setup.py install --prefix=/usr --root=$PKG
}