summaryrefslogtreecommitdiffstats
path: root/pycups
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /pycups
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'pycups')
-rw-r--r--pycups/.footprint.i6866
-rw-r--r--pycups/.footprint.x86_646
-rw-r--r--pycups/.md5sum.i6861
-rw-r--r--pycups/.md5sum.x86_641
-rw-r--r--pycups/Pkgfile18
5 files changed, 32 insertions, 0 deletions
diff --git a/pycups/.footprint.i686 b/pycups/.footprint.i686
new file mode 100644
index 000000000..c279773da
--- /dev/null
+++ b/pycups/.footprint.i686
@@ -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.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/cups.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycups-1.9.54-py2.7.egg-info
diff --git a/pycups/.footprint.x86_64 b/pycups/.footprint.x86_64
new file mode 100644
index 000000000..c279773da
--- /dev/null
+++ b/pycups/.footprint.x86_64
@@ -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.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/cups.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycups-1.9.54-py2.7.egg-info
diff --git a/pycups/.md5sum.i686 b/pycups/.md5sum.i686
new file mode 100644
index 000000000..1849607f7
--- /dev/null
+++ b/pycups/.md5sum.i686
@@ -0,0 +1 @@
+57e6e0b0e7ea814660c08b8d19fc20e1 pycups-1.9.54.tar.bz2
diff --git a/pycups/.md5sum.x86_64 b/pycups/.md5sum.x86_64
new file mode 100644
index 000000000..1849607f7
--- /dev/null
+++ b/pycups/.md5sum.x86_64
@@ -0,0 +1 @@
+57e6e0b0e7ea814660c08b8d19fc20e1 pycups-1.9.54.tar.bz2
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
+}
+