summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-03 21:22:24 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-03 21:22:24 (EDT)
commit60ba3b16ede5c1ce241747ad8c387462daa71536 (patch)
tree4d3eed2c1b3412899a58c253663bfc402a3de6e6
parent050a588d6cdacd406dfcbd56b48a23cb5b0afa65 (diff)
libz.1: Simplify summary and add long description.
-rw-r--r--libz.1.pkg/control3
-rw-r--r--substvars6
2 files changed, 8 insertions, 1 deletions
diff --git a/libz.1.pkg/control b/libz.1.pkg/control
index c4e65b5..c2a1271 100644
--- a/libz.1.pkg/control
+++ b/libz.1.pkg/control
@@ -1,3 +1,4 @@
Architecture: any
Platform: all
-Description: zLib is a compression and decompression library.
+Description: compression and decompression library
+ ${Common-Description}
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..a24d529
--- /dev/null
+++ b/substvars
@@ -0,0 +1,6 @@
+Common-Description:
+ The zlib compression library provides in-memory compression and decompression
+ functions, including integrity checks of the uncompressed data.
+ .
+ The zlib library currently supports the deflate compression format (RFC 1951)
+ with either the zlib wrapper (RFC 1950) or the gzip wrapper (RFC 1952).