summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-11 13:19:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-11 13:19:44 (EDT)
commit5e04990463cd0119059eff44fb5bd3a3607a1814 (patch)
tree09a27f3efbce4edc60674a0ef6fa504d5b42e23c
parent7613160a7345302d17f6a36f64210c9175d1346b (diff)
Add binary packages.
-rw-r--r--bzip2-doc.pkg/control8
-rw-r--r--bzip2.pkg/control7
-rw-r--r--libbz2-dev.pkg/control7
-rw-r--r--libbz2.1.0.pkg/control6
-rw-r--r--libbz2.1.0.pkg/docs0
-rw-r--r--substvars5
6 files changed, 33 insertions, 0 deletions
diff --git a/bzip2-doc.pkg/control b/bzip2-doc.pkg/control
new file mode 100644
index 0000000..31aa60e
--- /dev/null
+++ b/bzip2-doc.pkg/control
@@ -0,0 +1,8 @@
+Architecture: all
+Platform: all
+Depends: libbz2.1.0 (= ${Binary-Version})
+Suggests: bzip
+Description: High-quality data compressor - documentation
+ ${Common-Description}
+ .
+ This package provides documentation for the bzip2 compression utilities.
diff --git a/bzip2.pkg/control b/bzip2.pkg/control
new file mode 100644
index 0000000..3029d39
--- /dev/null
+++ b/bzip2.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: libbz2.1.0 (= ${Binary-Version})
+Description: High-quality data compression utilities
+ ${Common-Description}
+ .
+ This package provides the bzip2 compression utilities.
diff --git a/libbz2-dev.pkg/control b/libbz2-dev.pkg/control
new file mode 100644
index 0000000..56c5b9b
--- /dev/null
+++ b/libbz2-dev.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: libbz2.1.0 (= ${Binary-Version})
+Description: High-quality data compression library - development files
+ ${Common-Description}
+ .
+ This package provides development files for the libbz2 compression library.
diff --git a/libbz2.1.0.pkg/control b/libbz2.1.0.pkg/control
new file mode 100644
index 0000000..d7ad2a1
--- /dev/null
+++ b/libbz2.1.0.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Description: High-quality data compression library
+ ${Common-Description}
+ .
+ This package provides the libbz2 compression library.
diff --git a/libbz2.1.0.pkg/docs b/libbz2.1.0.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/libbz2.1.0.pkg/docs
diff --git a/substvars b/substvars
new file mode 100644
index 0000000..1251ac5
--- /dev/null
+++ b/substvars
@@ -0,0 +1,5 @@
+Common-Description:
+ bzip2 is a freely available, patent free, high-quality data compressor. It
+ typically compresses files to within 10% to 15% of the best available
+ techniques (the PPM family of statistical compressors), whilst being around
+ twice as fast at compression and six times faster at decompression.