summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-10-27 19:45:09 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2017-10-27 19:46:37 +0200
commitd2da7bc3a0a1e1b3e0a0a45f2f944c325c143fd5 (patch)
tree6d83842789510af06c99578279132e834a496b1f
parent2ab7b5024e933304d22e96e89f5f3c571e886782 (diff)
downloadopt-d2da7bc3a0a1e1b3e0a0a45f2f944c325c143fd5.tar.gz
opt-d2da7bc3a0a1e1b3e0a0a45f2f944c325c143fd5.tar.xz
lzlib: initial release. 1.9
-rw-r--r--lzlib/.footprint6
-rw-r--r--lzlib/.md5sum1
-rw-r--r--lzlib/.signature5
-rw-r--r--lzlib/Pkgfile19
4 files changed, 31 insertions, 0 deletions
diff --git a/lzlib/.footprint b/lzlib/.footprint
new file mode 100644
index 000000000..699fbc09d
--- /dev/null
+++ b/lzlib/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/lzlib.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/liblz.a
+drwxr-xr-x root/root usr/share/
diff --git a/lzlib/.md5sum b/lzlib/.md5sum
new file mode 100644
index 000000000..14103b28a
--- /dev/null
+++ b/lzlib/.md5sum
@@ -0,0 +1 @@
+eaf06deab55080257b322963d2694491 lzlib-1.9.tar.gz
diff --git a/lzlib/.signature b/lzlib/.signature
new file mode 100644
index 000000000..1439297c5
--- /dev/null
+++ b/lzlib/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt.pub
+RWSE3ohX2g5d/R+Uid3o2Lre0GUGvLs4F8SYdgz1xlKEqjqhA26BseaX0gnZi8TdD/nohcnvJbX/YVnAot9Z9RMTpENjeoEf1Q4=
+SHA256 (Pkgfile) = 3de1fb44b7b109469c2c9f6eae2b713aa5a2eff5db2a97382058d956b6f99a64
+SHA256 (.footprint) = 719c4e9b014844782ecbec87d62101a8710a2bc057cfc9f666d9b26bdee6df2d
+SHA256 (lzlib-1.9.tar.gz) = 2472f8d93830d0952b0c75f67e372d38c8f7c174dde2252369d5b20c87d3ba8e
diff --git a/lzlib/Pkgfile b/lzlib/Pkgfile
new file mode 100644
index 000000000..c0d282522
--- /dev/null
+++ b/lzlib/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Data compression library
+# URL: http://lzip.nongnu.org/lzlib.html
+# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
+# Depends on:
+
+name=lzlib
+version=1.9
+release=1
+source=(http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+
+ rm -r $PKG/usr/share/info
+}

Generated by cgit