License information is pretty much the same as with unzip, just a newer revision of the (BSD-like) Info-ZIP license (here: version 2007-Mar-4). Add license tag and reference to license text.
Signed-off-by: Andreas Pretzsch <[email protected]> --- v1 -> v2: remove descriptive "BSD-like" in license tag rules/zip.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/zip.make b/rules/zip.make index 09ba4a0..239b11f 100644 --- a/rules/zip.make +++ b/rules/zip.make @@ -26,6 +26,8 @@ ZIP := zip$(ZIP_AVERSION) ZIP_URL := $(call ptx/mirror, SF, infozip/$(ZIP_ARCHIVE)) ZIP_SOURCE := $(SRCDIR)/$(ZIP_ARCHIVE) ZIP_DIR := $(BUILDDIR)/$(ZIP) +ZIP_LICENSE := Info-ZIP +ZIP_LICENSE_FILES := file://LICENSE;md5=04d43c5d70b496c032308106e26ae17d # ---------------------------------------------------------------------------- # Compile -- 2.9.3 _______________________________________________ ptxdist mailing list [email protected]
