source: custom/examples/945-python3@ e06a0d3

new_features
Last change on this file since e06a0d3 was 99ba6d8, checked in by Pierre Labastie <pierre@…>, 9 years ago

Merge trunk up to r3857

  • Property mode set to 100644
File size: 552 bytes
RevLine 
[99ba6d8]1#
2# $Id$
3#
4PKG="python3"
5PKG_VERSION="3.4.3"
6PKG_FILE="Python-3.4.3.tar.xz"
7URL="https://www.python.org/ftp/python/3.4.3/${PKG_FILE}"
8MD5="7d092d1bba6e17f0d9bd21b49e441dd5"
9for i in PATCH{1..10}; do
10 unset $i
11done
12
13( cat << "xEOFx"
14CXX="/usr/bin/g++" \
15./configure --prefix=/usr \
16 --enable-shared \
17 --with-system-expat \
18 --with-system-ffi \
19 --without-ensurepip &&
20make
21make install &&
22chmod -v 755 /usr/lib/libpython3.4m.so &&
23chmod -v 755 /usr/lib/libpython3.so
24xEOFx
25) > tmp
Note: See TracBrowser for help on using the repository browser.