16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
# Description: Python CUPS Bindings
|
|
# URL: http://cyberelk.net/tim/software/pycups/
|
|
# Packager: alienus at nutyx dot org, tnut at nutyx dot org
|
|
# 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
|
|
}
|