repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
yoshimi: bump to 2.2.0
[kiss-trunc88.git]
/
python-pillow
/
build
blob
9ae1f8f5b417c6ae4266df13c2e524e9fb987553
1
#!/bin/sh -e
2
3
export
CFLAGS
=
"-DNDEBUG -pipe -march=westmere"
4
5
python setup.py build
6
python setup.py
install
\
7
--prefix
=/
usr \
8
--root
=
"
$1
"
\
9
--optimize
=
1