summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild1
-rw-r--r--control2
-rw-r--r--liblzma.5.pkg/control1
-rw-r--r--xz.pkg/control2
-rw-r--r--xzdec.pkg/control2
5 files changed, 5 insertions, 3 deletions
diff --git a/build b/build
index 6586122..83d2dbb 100755
--- a/build
+++ b/build
@@ -28,3 +28,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/control b/control
index 6b235d0..f8ace95 100644
--- a/control
+++ b/control
@@ -1,3 +1,3 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkhelper-3.0,
+Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2)
Homepage: https://tukaani.org/xz/
diff --git a/liblzma.5.pkg/control b/liblzma.5.pkg/control
index c732d59..38c1d45 100644
--- a/liblzma.5.pkg/control
+++ b/liblzma.5.pkg/control
@@ -1,5 +1,6 @@
Architecture: any
Platform: all
+Depends: ${Shlib-Depends}
Description: XZ and LZMA compression library
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
diff --git a/xz.pkg/control b/xz.pkg/control
index 6bf98c8..00aaf5c 100644
--- a/xz.pkg/control
+++ b/xz.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: liblzma.5 (= ${Binary-Version})
+Depends: liblzma.5 (= ${Binary-Version}), ${Shlib-Depends}
Description: XZ compression utilities
xz is a general-purpose data compression tool with command line syntax similar
to gzip and bzip2. The native file format is the .xz format, but the legacy
diff --git a/xzdec.pkg/control b/xzdec.pkg/control
index 2e33127..6286456 100644
--- a/xzdec.pkg/control
+++ b/xzdec.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: liblzma.5 (= ${Binary-Version})
+Depends: liblzma.5 (= ${Binary-Version}), ${Shlib-Depends}
Description: Small XZ decompression utilities
xzdec is a liblzma-based decompression-only tool for .xz (and only .xz) files.
xzdec is intended to work as a drop-in replacement for xz in the most common