]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/python3-docutils
buildprocess: Add extra metadata to pak lfs files
[ipfire-2.x.git] / lfs / python3-docutils
index e42a6344640b8fb6af44eac9febbbc098d592dbd..36458a2eec30c76ba233b6ad26cb859bd6e1cc86 100644 (file)
@@ -25,6 +25,7 @@
 include Config
 
 VER        = 0.18.1
+SUMMARY    = Python Documentation Utilities
 
 THISAPP    = docutils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -36,6 +37,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -54,7 +57,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################