summaryrefslogtreecommitdiffstats
path: root/extra/pycups/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-29 22:59:53 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-29 22:59:53 +0200
commit41402d8886f8b55a7a18fab0277115e9769c9702 (patch)
treeb69ec2183695844d16b8e317f8cd424a31140d6c /extra/pycups/Pkgfile
parent155c2fb2d45f0dd1f59905007d59e3ea1c2e6431 (diff)
downloadnutyx-pakxe-41402d8886f8b55a7a18fab0277115e9769c9702.tar.gz
nutyx-pakxe-41402d8886f8b55a7a18fab0277115e9769c9702.tar.bz2
nutyx-pakxe-41402d8886f8b55a7a18fab0277115e9769c9702.tar.xz
nutyx-pakxe-41402d8886f8b55a7a18fab0277115e9769c9702.zip
pycups, ajout patch
Diffstat (limited to 'extra/pycups/Pkgfile')
-rw-r--r--extra/pycups/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/pycups/Pkgfile b/extra/pycups/Pkgfile
index 71e116812..addd990ff 100644
--- a/extra/pycups/Pkgfile
+++ b/extra/pycups/Pkgfile
@@ -5,12 +5,13 @@
# Depends on: python, libcups
name=pycups
-version=1.9.44
+version=1.9.49
release=1
-source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2)
-
+source=(http://cyberelk.net/tim/data/pycups/$name-$version.tar.bz2\
+ pycups-1.9.49-python-2.5.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../pycups-1.9.49-python-2.5.patch
make
make DESTDIR=$PKG install
}