aboutsummaryrefslogtreecommitdiff
path: root/extra/lzip/build
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/build
parent20b2813eab86c055cea65b5d4157ebfa0506e0d7 (diff)
downloadrepository-eb6b7e139d2fb84fcf004edb23f3505831fd0744.tar.gz
lzip: add new package at 1.22
Diffstat (limited to 'extra/lzip/build')
-rwxr-xr-xextra/lzip/build8
1 files changed, 8 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