From: Michael Tremer Date: Thu, 26 Jan 2017 20:33:27 +0000 (+0000) Subject: Make Python 3 an add-on package X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=408330e46e289dc250906b506e2aa80cc43d9e6c;p=people%2Fdweismueller%2Fipfire-2.x.git Make Python 3 an add-on package Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/armv5tel/python3 b/config/rootfiles/packages/armv5tel/python3 similarity index 100% rename from config/rootfiles/common/armv5tel/python3 rename to config/rootfiles/packages/armv5tel/python3 diff --git a/config/rootfiles/common/i586/python3 b/config/rootfiles/packages/i586/python3 similarity index 100% rename from config/rootfiles/common/i586/python3 rename to config/rootfiles/packages/i586/python3 diff --git a/config/rootfiles/common/x86_64/python3 b/config/rootfiles/packages/x86_64/python3 similarity index 100% rename from config/rootfiles/common/x86_64/python3 rename to config/rootfiles/packages/x86_64/python3 diff --git a/lfs/python3 b/lfs/python3 index 326acf309..68210623c 100644 --- a/lfs/python3 +++ b/lfs/python3 @@ -31,6 +31,10 @@ DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = python3 +PAK_VER = 1 + +DEPS = "" ############################################################################### # Top-level Rules @@ -50,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################