summaryrefslogtreecommitdiffstats
path: root/bsdtar.pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-12 17:44:30 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-12 17:44:30 (EDT)
commitf6c2488b03b86743fe4923703d741b48dc71ae1c (patch)
tree43bd3d8ebd4a4fd8cf2dfaa687cc19bdb8f778c4 /bsdtar.pkg
parent5c067c424dd1696e691c23c3ab71285bd2dde9be (diff)
Add binary packages
Diffstat (limited to 'bsdtar.pkg')
-rw-r--r--bsdtar.pkg/control10
-rw-r--r--bsdtar.pkg/files1
2 files changed, 11 insertions, 0 deletions
diff --git a/bsdtar.pkg/control b/bsdtar.pkg/control
new file mode 100644
index 0000000..3662bd9
--- /dev/null
+++ b/bsdtar.pkg/control
@@ -0,0 +1,10 @@
+Architecture: any
+Platform: all
+Depends: libarchive.13 (= ${Binary-Version}),
+ libbz2.1.0,
+ liblzma.5,
+ libz.1,
+Description: Implementation of the 'tar' program from FreeBSD
+ The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar
+ uses the libarchive library as a backend which does all of the work for reading
+ and writing archives in various formats.
diff --git a/bsdtar.pkg/files b/bsdtar.pkg/files
new file mode 100644
index 0000000..48a5fc2
--- /dev/null
+++ b/bsdtar.pkg/files
@@ -0,0 +1 @@
+/usr/bin/bsdtar