ablfs-more
trunk
Last change
on this file since 875366f was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago |
Remove $Id$ comments, they are useless with git
|
-
Property mode
set to
100644
|
File size:
541 bytes
|
Rev | Line | |
---|
[9543675] | 1 | PKG="python3"
|
---|
| 2 | PKG_VERSION="3.4.3"
|
---|
| 3 | PKG_FILE="Python-3.4.3.tar.xz"
|
---|
| 4 | URL="https://www.python.org/ftp/python/3.4.3/${PKG_FILE}"
|
---|
| 5 | MD5="7d092d1bba6e17f0d9bd21b49e441dd5"
|
---|
| 6 | for i in PATCH{1..10}; do
|
---|
| 7 | unset $i
|
---|
| 8 | done
|
---|
| 9 |
|
---|
| 10 | ( cat << "xEOFx"
|
---|
| 11 | CXX="/usr/bin/g++" \
|
---|
| 12 | ./configure --prefix=/usr \
|
---|
| 13 | --enable-shared \
|
---|
| 14 | --with-system-expat \
|
---|
| 15 | --with-system-ffi \
|
---|
| 16 | --without-ensurepip &&
|
---|
| 17 | make
|
---|
| 18 | make install &&
|
---|
| 19 | chmod -v 755 /usr/lib/libpython3.4m.so &&
|
---|
| 20 | chmod -v 755 /usr/lib/libpython3.so
|
---|
| 21 | xEOFx
|
---|
| 22 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.