summaryrefslogtreecommitdiff
path: root/packages/python.sh
blob: b32f7780e10e71beddddb8eea9283715b484be03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SRCURL=https://github.com/python/cpython.git

ENV_PATH="bin:lib:include"
ENV_LD_LIBRARY_PATH="lib"
ENV_PKG_CONFIG_PATH="lib/pkgconfig"
ENV_LDFLAGS_PATH="lib"
ENV_MANPATH="share/man"
ENV_CPPFLAGS_PATH="include"

BUILD_TYPE="configure"