diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-25 15:50:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-25 15:50:38 +0300 |
commit | eb6b7e139d2fb84fcf004edb23f3505831fd0744 (patch) | |
tree | 507142f377d103602c23d7c3244f23612bb8b486 /extra/lzip/build | |
parent | 20b2813eab86c055cea65b5d4157ebfa0506e0d7 (diff) | |
download | repository-eb6b7e139d2fb84fcf004edb23f3505831fd0744.tar.gz |
lzip: add new package at 1.22
Diffstat (limited to 'extra/lzip/build')
-rwxr-xr-x | extra/lzip/build | 8 |
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 |