python recipe
This commit is contained in:
parent
ccc3b5f8f5
commit
540a1a2169
10
recipes/python/Makefile
Normal file
10
recipes/python/Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name = python
|
||||||
|
version = 3.9.2
|
||||||
|
URL = https://www.python.org/ftp/python/$(version)/Python-$(version).tar.xz
|
||||||
|
|
||||||
|
pkg_build_dir = $(pkg_build_par_dir)/Python-$(version)
|
||||||
|
|
||||||
|
build-dependencies = libffi libffi-dev python-dev
|
||||||
|
|
||||||
|
SYSCONF ?= ../../
|
||||||
|
include $(SYSCONF)/package.mk
|
Loading…
Reference in New Issue
Block a user