File: BUILDME

package info (click to toggle)
python-imaging 1.1.7-2%2Bdeb6u2
  • links: PTS
  • area: main
  • in suites: squeeze-lts
  • size: 2,424 kB
  • ctags: 3,401
  • sloc: ansic: 19,470; python: 11,002; makefile: 111
file content (11 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (5)
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