diff options
author | sibel <lesibel@free.fr> | 2010-12-28 14:39:34 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-28 14:39:34 +0000 |
commit | e983a62976b98b301ffa04c5eb9bffc72e81b767 (patch) | |
tree | be7c87ce07f8abe9180b652429e14397adcc21d6 /extra/pycups/Pkgfile | |
parent | 44b1660c2d8de4db7d99eea567d0283cd442b822 (diff) | |
download | nutyx-pakxe-e983a62976b98b301ffa04c5eb9bffc72e81b767.tar.gz nutyx-pakxe-e983a62976b98b301ffa04c5eb9bffc72e81b767.tar.bz2 nutyx-pakxe-e983a62976b98b301ffa04c5eb9bffc72e81b767.tar.xz nutyx-pakxe-e983a62976b98b301ffa04c5eb9bffc72e81b767.zip |
pycups#1.9.53-1, maj port
Diffstat (limited to 'extra/pycups/Pkgfile')
-rw-r--r-- | extra/pycups/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/pycups/Pkgfile b/extra/pycups/Pkgfile index c74e065da..eeedbfa87 100644 --- a/extra/pycups/Pkgfile +++ b/extra/pycups/Pkgfile @@ -5,14 +5,16 @@ # Depends on: python, libcups name=pycups -version=1.9.49 +version=1.9.53 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) build() { cd $name-$version - patch -Np1 -i ../pycups-1.9.49-python-2.5.patch - make - make DESTDIR=$PKG install +# 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 } |