summaryrefslogtreecommitdiffstats
path: root/extra/pycups/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pycups/Pkgfile')
-rw-r--r--extra/pycups/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/pycups/Pkgfile b/extra/pycups/Pkgfile
new file mode 100644
index 000000000..5b6ac41ec
--- /dev/null
+++ b/extra/pycups/Pkgfile
@@ -0,0 +1,16 @@
+# 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: python, cups
+
+name=pycups
+version=1.9.44
+release=1
+source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ make
+ make DESTDIR=$PKG install
+}