1 # actually a python package, not a python application we do install the module
2 # in the SDK python3 installation used
5 git_commit
=2b3559c10c18eb63e61efdc8a030765d624a0fba
6 git_url0
=git
://anongit.freedesktop.org
/xcb
/proto
8 pkg_dir
=$pkgs_dir_root/$pkg_name
9 src_dir
=$src_dir_root/xcb
/proto
11 mkdir
-p $pkgs_dir_root
12 cp -r $src_dir $pkg_dir
16 git checkout
--force $git_commit
20 export PATH
=$sdk_autoconf_path/bin
:$sdk_automake_path/bin
:$PATH
26 build_dir
=$builds_dir_root/$pkg_name
31 export PYTHON
=$sdk_python3_path/bin
/python3
32 $pkg_dir/configure
--prefix=$sdk_python3_path
40 rm -Rf $build_dir $pkg_dir