From 5e04990463cd0119059eff44fb5bd3a3607a1814 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 11 Jun 2014 13:19:44 -0400 Subject: Add binary packages. --- 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. -- cgit v0.9.1