source: custom/examples/945-python3@ 9543675

2.4 ablfs-more legacy trunk
Last change on this file since 9543675 was 9543675, checked in by Pierre Labastie <pierre@…>, 8 years ago

Update custom/examples. Thanks to Tom Armistead for the patch.

  • Property mode set to 100644
File size: 552 bytes
Line 
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.