summaryrefslogtreecommitdiffstats
path: root/liblzma-dev.pkg/control
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-08 13:07:13 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-08 13:07:13 (EDT)
commit94020c50f9f4b87934aa3fdbe1f2a6c95187da62 (patch)
treeea2116112317dd364d5b3c2d1c84930e72c26a73 /liblzma-dev.pkg/control
Initial commit.
Diffstat (limited to 'liblzma-dev.pkg/control')
-rw-r--r--liblzma-dev.pkg/control10
1 files changed, 10 insertions, 0 deletions
diff --git a/liblzma-dev.pkg/control b/liblzma-dev.pkg/control
new file mode 100644
index 0000000..18f8ad0
--- /dev/null
+++ b/liblzma-dev.pkg/control
@@ -0,0 +1,10 @@
+Architecture: any
+Platform: all
+Depends: liblzma.5 (= ${Binary-Version})
+Description: XZ and LZMA compression library - development
+ liblzma is a compression library with an API similar to that of zlib but
+ without file I/O functions. The native file format is the .xz format, but the
+ legacy .lzma format used by LZMA Utils and raw compressed streams with no
+ container format headers are also supported.
+ .
+ This package provides development files for the liblzma compression library.