diff options
author | sibel <lesibel@free.fr> | 2010-12-29 10:52:32 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 10:52:32 +0000 |
commit | 92c5652434dd0dd4787e3b97574af3809871fdbc (patch) | |
tree | 88fdc72db7fecf44e11bee34545bfa1c1f5240be /extra/pil/Pkgfile | |
parent | 8879674c6ffcf29dc9b60eb435c2ccd0ac9f63df (diff) | |
download | nutyx-extra-92c5652434dd0dd4787e3b97574af3809871fdbc.tar.gz nutyx-extra-92c5652434dd0dd4787e3b97574af3809871fdbc.tar.bz2 nutyx-extra-92c5652434dd0dd4787e3b97574af3809871fdbc.tar.xz nutyx-extra-92c5652434dd0dd4787e3b97574af3809871fdbc.zip |
pil#1.1.6-1, maj python
Diffstat (limited to 'extra/pil/Pkgfile')
-rwxr-xr-x | extra/pil/Pkgfile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/pil/Pkgfile b/extra/pil/Pkgfile index bb57cc8d4..d993dc704 100755 --- a/extra/pil/Pkgfile +++ b/extra/pil/Pkgfile @@ -2,7 +2,9 @@ # URL: http://www.pythonware.com/products/pil/index.htm # Maintainer: NuTyX core team # Packager: fred.galusik at gmail dot com -# Depends on: freetype, libjpeg, python, tk +# Depends on: + +#freetype, libjpeg, python2, tk name=pil version=1.1.6 @@ -11,10 +13,10 @@ source=(http://effbot.org/downloads/Imaging-$version.tar.gz) build() { cd Imaging-$version - python setup.py build_ext - python setup.py install --root=$PKG - mkdir -p $PKG/usr/include/python2.5/ - cp libImaging/*.h $PKG/usr/include/python2.5/ + python2 setup.py build_ext + python2 setup.py install --root=$PKG + mkdir -p $PKG/usr/include/python2.7/ + cp libImaging/*.h $PKG/usr/include/python2.7/ } |