From 540a1a2169a26e04d4cc7d88e839a79ba03399d8 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:53:46 +0100 Subject: [PATCH] python recipe --- recipes/python/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/python/Makefile diff --git a/recipes/python/Makefile b/recipes/python/Makefile new file mode 100644 index 0000000..61d6284 --- /dev/null +++ b/recipes/python/Makefile @@ -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