summaryrefslogtreecommitdiffstats
path: root/extra/pycups/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-13 22:19:01 +0100
committersibel <lesibel@free.fr>2011-03-13 22:19:01 +0100
commit82707a004f63f71d64fc0371dad90eda9889a34c (patch)
tree20ee5eea48dc64572d324bb9196959dcdf187c73 /extra/pycups/Pkgfile
parent59c88b19110432eeec160cb260d58502250a7ee8 (diff)
downloadnutyx-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/Pkgfile')
-rw-r--r--extra/pycups/Pkgfile11
1 files changed, 4 insertions, 7 deletions
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
}