summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-10-30 10:44:33 +0000
committerTim Biermann <tbier@posteo.de>2022-10-30 10:44:33 +0000
commit1024048d0873189e94dd0297068278a8a93e2441 (patch)
tree7484867cac9911be6137fc00ad889f9e37b1474a
parent682d64907f9e37ce649c3b63f1d8baa2c5b964ca (diff)
downloadcontrib-1024048d0873189e94dd0297068278a8a93e2441.tar.gz
contrib-1024048d0873189e94dd0297068278a8a93e2441.tar.xz
libdeflate: initial commit, version 1.14
-rw-r--r--libdeflate/.footprint12
-rw-r--r--libdeflate/.signature5
-rw-r--r--libdeflate/Pkgfile15
3 files changed, 32 insertions, 0 deletions
diff --git a/libdeflate/.footprint b/libdeflate/.footprint
new file mode 100644
index 000000000..f723dbd83
--- /dev/null
+++ b/libdeflate/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/libdeflate-gunzip
+-rwxr-xr-x root/root usr/bin/libdeflate-gzip
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/libdeflate.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libdeflate.a
+lrwxrwxrwx root/root usr/lib/libdeflate.so -> libdeflate.so.0
+-rwxr-xr-x root/root usr/lib/libdeflate.so.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libdeflate.pc
diff --git a/libdeflate/.signature b/libdeflate/.signature
new file mode 100644
index 000000000..9cb7e59e6
--- /dev/null
+++ b/libdeflate/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF378XPWbUhJhZ4uYCb/RprhMNV2MK8K50n4QKhzygx7/0FWE4AeRmXAMTz8TZGuAi0phr0dV/nTPTRaxFKxI11A0=
+SHA256 (Pkgfile) = 111bdae955825d0994cdcc99016acb439edc21c2c43db58b9e7d3a6743d693f2
+SHA256 (.footprint) = b54f28a8404691ab4846b6a692562a564da18a2e8da2f0e3af66157cf304d0a4
+SHA256 (libdeflate-1.14.tar.gz) = 89e7df898c37c3427b0f39aadcf733731321a278771d20fc553f92da8d4808ac
diff --git a/libdeflate/Pkgfile b/libdeflate/Pkgfile
new file mode 100644
index 000000000..8b8ea6073
--- /dev/null
+++ b/libdeflate/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Heavily optimized library for DEFLATE/zlib/gzip compression and decompression
+# URL: https://github.com/ebiggers/libdeflate
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=libdeflate
+version=1.14
+release=1
+source=(https://github.com/ebiggers/libdeflate/archive/v$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ make PREFIX=/usr
+ make PREFIX=/usr DESTDIR=$PKG install
+}

Generated by cgit