aboutsummaryrefslogtreecommitdiff
path: root/extra/lzip
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-25 15:50:38 +0300
committerCem Keylan <cem@ckyln.com>2021-02-25 15:50:38 +0300
commiteb6b7e139d2fb84fcf004edb23f3505831fd0744 (patch)
tree507142f377d103602c23d7c3244f23612bb8b486 /extra/lzip
parent20b2813eab86c055cea65b5d4157ebfa0506e0d7 (diff)
downloadrepository-eb6b7e139d2fb84fcf004edb23f3505831fd0744.tar.gz
lzip: add new package at 1.22
Diffstat (limited to 'extra/lzip')
-rwxr-xr-xextra/lzip/build8
-rw-r--r--extra/lzip/checksums1
-rw-r--r--extra/lzip/sources1
-rw-r--r--extra/lzip/version1
4 files changed, 11 insertions, 0 deletions
diff --git a/extra/lzip/build b/extra/lzip/build
new file mode 100755
index 00000000..3127566f
--- /dev/null
+++ b/extra/lzip/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ CXXFLAGS+=-static
+
+make
+make DESTDIR="$1" install
diff --git a/extra/lzip/checksums b/extra/lzip/checksums
new file mode 100644
index 00000000..c36bdcac
--- /dev/null
+++ b/extra/lzip/checksums
@@ -0,0 +1 @@
+c3342d42e67139c165b8b128d033b5c96893a13ac5f25933190315214e87a948 lzip-1.22.tar.gz
diff --git a/extra/lzip/sources b/extra/lzip/sources
new file mode 100644
index 00000000..850f6cdb
--- /dev/null
+++ b/extra/lzip/sources
@@ -0,0 +1 @@
+https://download.savannah.gnu.org/releases/lzip/lzip-1.22.tar.gz
diff --git a/extra/lzip/version b/extra/lzip/version
new file mode 100644
index 00000000..d8d7075c
--- /dev/null
+++ b/extra/lzip/version
@@ -0,0 +1 @@
+1.22 1