summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/pycups/.footprint6
-rw-r--r--extra/pycups/.md5sum1
-rw-r--r--extra/pycups/Pkgfile16
3 files changed, 23 insertions, 0 deletions
diff --git a/extra/pycups/.footprint b/extra/pycups/.footprint
new file mode 100644
index 000000000..900dc846f
--- /dev/null
+++ b/extra/pycups/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.5/
+drwxr-xr-x root/root usr/lib/python2.5/site-packages/
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/cups-1.0-py2.5.egg-info
+-rwxr-xr-x root/root usr/lib/python2.5/site-packages/cups.so
diff --git a/extra/pycups/.md5sum b/extra/pycups/.md5sum
new file mode 100644
index 000000000..4b48ddd6d
--- /dev/null
+++ b/extra/pycups/.md5sum
@@ -0,0 +1 @@
+181f413546676e098352860e3ce57465 pycups-1.9.44.tar.bz2
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
+}