]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Make Python 3 an add-on package
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jan 2017 20:33:27 +0000 (20:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jan 2017 20:33:27 +0000 (20:33 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/armv5tel/python3 [moved from config/rootfiles/common/armv5tel/python3 with 100% similarity]
config/rootfiles/packages/i586/python3 [moved from config/rootfiles/common/i586/python3 with 100% similarity]
config/rootfiles/packages/x86_64/python3 [moved from config/rootfiles/common/x86_64/python3 with 100% similarity]
lfs/python3

index 326acf30997caa6d0bbfd7c4c8dbec53064ad5d0..68210623c8274aaf86476fcf947ace34d6964a78 100644 (file)
@@ -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
 ###############################################################################