diff options
author | sibel <lesibel@free.fr> | 2011-03-13 22:19:01 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-13 22:19:01 +0100 |
commit | 82707a004f63f71d64fc0371dad90eda9889a34c (patch) | |
tree | 20ee5eea48dc64572d324bb9196959dcdf187c73 /extra/pycups | |
parent | 59c88b19110432eeec160cb260d58502250a7ee8 (diff) | |
download | nutyx-pakxe-82707a004f63f71d64fc0371dad90eda9889a34c.tar.gz nutyx-pakxe-82707a004f63f71d64fc0371dad90eda9889a34c.tar.bz2 nutyx-pakxe-82707a004f63f71d64fc0371dad90eda9889a34c.tar.xz nutyx-pakxe-82707a004f63f71d64fc0371dad90eda9889a34c.zip |
pycups#1.9.54-1
Diffstat (limited to 'extra/pycups')
-rw-r--r-- | extra/pycups/.footprint.i686 | 2 | ||||
-rw-r--r-- | extra/pycups/.footprint.x86_64 | 2 | ||||
-rw-r--r-- | extra/pycups/.md5sum.i686 | 3 | ||||
-rw-r--r-- | extra/pycups/.md5sum.x86_64 | 3 | ||||
-rw-r--r-- | extra/pycups/Pkgfile | 11 |
5 files changed, 8 insertions, 13 deletions
diff --git a/extra/pycups/.footprint.i686 b/extra/pycups/.footprint.i686 index 8741d99cd..c279773da 100644 --- a/extra/pycups/.footprint.i686 +++ b/extra/pycups/.footprint.i686 @@ -3,4 +3,4 @@ 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.53-py2.7.egg-info +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycups-1.9.54-py2.7.egg-info diff --git a/extra/pycups/.footprint.x86_64 b/extra/pycups/.footprint.x86_64 index 8741d99cd..c279773da 100644 --- a/extra/pycups/.footprint.x86_64 +++ b/extra/pycups/.footprint.x86_64 @@ -3,4 +3,4 @@ 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.53-py2.7.egg-info +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycups-1.9.54-py2.7.egg-info diff --git a/extra/pycups/.md5sum.i686 b/extra/pycups/.md5sum.i686 index 0c886a82e..1849607f7 100644 --- a/extra/pycups/.md5sum.i686 +++ b/extra/pycups/.md5sum.i686 @@ -1,2 +1 @@ -1f4aced621520b8a02fcff1eb25f504b pycups-1.9.49-python-2.5.patch -5fe5b696e19ab5aa3c463b1c030e2c50 pycups-1.9.53.tar.bz2 +57e6e0b0e7ea814660c08b8d19fc20e1 pycups-1.9.54.tar.bz2 diff --git a/extra/pycups/.md5sum.x86_64 b/extra/pycups/.md5sum.x86_64 index 0c886a82e..1849607f7 100644 --- a/extra/pycups/.md5sum.x86_64 +++ b/extra/pycups/.md5sum.x86_64 @@ -1,2 +1 @@ -1f4aced621520b8a02fcff1eb25f504b pycups-1.9.49-python-2.5.patch -5fe5b696e19ab5aa3c463b1c030e2c50 pycups-1.9.53.tar.bz2 +57e6e0b0e7ea814660c08b8d19fc20e1 pycups-1.9.54.tar.bz2 diff --git a/extra/pycups/Pkgfile b/extra/pycups/Pkgfile index f51f9b1f6..a4794098a 100644 --- a/extra/pycups/Pkgfile +++ b/extra/pycups/Pkgfile @@ -6,16 +6,13 @@ # Run on: libcups name=pycups -version=1.9.53 +version=1.9.54 release=1 -source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2 \ -http://nutyx.meticul.eu/files/patchs/$name/pycups-1.9.49-python-2.5.patch) +source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2) + build() { cd $name-$version -# patch -Np1 -i ../pycups-1.9.49-python-2.5.patch -# make -# make DESTDIR=$PKG install python2 setup.py build - python2 setup.py install --root=$PKG --optimize=1 + python2 setup.py install --root=$PKG --optimize=1 } |