summaryrefslogtreecommitdiffstats
path: root/extra/pycups/Pkgfile
blob: ce675dceb6d1b15bc2ad494806ecbd7b1a12affb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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: python, libcups
# Run on:

name=pycups
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
	python2 setup.py build
	 python2 setup.py install --root=$PKG --optimize=1
}