summaryrefslogtreecommitdiffstats
path: root/extra/pil/Pkgfile
blob: bd32ea2856fdb9cb01b9a318a8d8dc1d2a75093a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Python Imaging Library 
# 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
# Run on: freetype,libjpeg,python,tk

name=pil
version=1.1.6
release=1
source=(http://effbot.org/downloads/Imaging-$version.tar.gz)

build() {
cd Imaging-$version
	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/
}