summaryrefslogtreecommitdiffstats
path: root/pycups/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pycups/Pkgfile')
-rw-r--r--pycups/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/pycups/Pkgfile b/pycups/Pkgfile
new file mode 100644
index 000000000..a4794098a
--- /dev/null
+++ b/pycups/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Connecteur Python pour le serveur cups
+# URL: http://cyberelk.net/tim/software/pycups/
+# Maintainer: NuTyX core team
+# Packager: thierry at hispeed dot ch
+# Depends on: libcups
+# Run on: libcups
+
+name=pycups
+version=1.9.54
+release=1
+source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ python2 setup.py build
+ python2 setup.py install --root=$PKG --optimize=1
+}
+