First commit, full project

This commit is contained in:
Thorsten Spille
2022-06-11 17:16:32 +02:00
commit 01e8ace8ff
5 changed files with 105 additions and 0 deletions

9
environment Normal file
View File

@ -0,0 +1,9 @@
package_name=Python3
configure_sript=configure
dl_prefix=https://www.python.org/ftp/python
dl_name=Python
dl_suffix=tgz
dpkg_depends="zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget"
configure_extra_params="--enable-optimizations"
make_test=1
install_param="install"