9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
# Forge package for python3
|
|
VERSION=3.12.0
|
|
URL=https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz
|
|
SOURCE_TYPE=tarball
|
|
BUILD=./configure --prefix=/usr && make
|
|
INSTALL=make install
|
|
DEPS=
|
|
SYSTEM_PROVIDED=no
|