]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3
Make Python 3 an add-on package
[ipfire-2.x.git] / 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
 ###############################################################################