~ubuntu-branches/debian/squeeze/python-imaging/squeeze

1
2
3
4
5
6
7
8
9
10
11
# $Id$
# quick build (for lazy programmers).  for more information on the
# build process, see the README file.

if [ "$1" = "clean" ]; then
  python setup.py clean
  rm -f *.so PIL/*.so
fi

python setup.py build_ext -i
python selftest.py