python recipe

master
Philippe Pittoli 2021-03-27 23:53:46 +01:00
parent ccc3b5f8f5
commit 540a1a2169
1 changed files with 10 additions and 0 deletions

10
recipes/python/Makefile Normal file
View 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