]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python3-s3transfer
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / python3-s3transfer
index 1353d9a618b8fcd8d9eb59b31e6cb5ac8f9f6060..9871571c1149f6e7e2a356e734794f5273b45638 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.5.0
+SUMMARY    = Python S3 transfer manager
 
 THISAPP    = s3transfer-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 4
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################