]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/python3-rsa
buildprocess: Add extra metadata to pak lfs files
[people/pmueller/ipfire-2.x.git] / lfs / python3-rsa
index 7e575c3c7c2e91ef17a478787cc31500f4fbc1a5..30aee9397512bf5a7bba826d13c91b62cbe404e1 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 4.8
+SUMMARY    = Pure-Python RSA Implementation
 
 THISAPP    = rsa-$(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)
 
 ###############################################################################