mpv: add libXext and libXpresent deps (from ehawkvu/kiss-xorg)
[kiss-trunc88.git] / scons / build
blob0c51caa065447450551561d94b0fd45b2b481b87
1 #!/bin/sh -e
3 sed -e 's/bdist_wheel/bdist/g' SConstruct > _
4 mv -f _ SConstruct
5 python scripts/scons.py --include-dir= -j1
6 cp -av build/doc/man/* .
7 python setup.py install \
8 --prefix=/usr \
9 --install-data=/usr/share/man/man1/ \
10 --root="$1" \
11 --optimize=1