diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-05-17 11:12:40 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-05-17 11:12:40 +0300 | 
| commit | 14232a6f7c2c12f9a920c1ad145e2067c9f7fbf5 (patch) | |
| tree | 1c5a51bbf3edbef0328534f74aca0ba0dccc40ee /extra/dialog/build | |
| parent | 8374ddf83294516b7588fcf1a03cd7a2011b7ef6 (diff) | |
| download | repository-14232a6f7c2c12f9a920c1ad145e2067c9f7fbf5.tar.gz | |
dialog: add new package at 1.3-20210324
Diffstat (limited to 'extra/dialog/build')
| -rwxr-xr-x | extra/dialog/build | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/dialog/build b/extra/dialog/build new file mode 100755 index 00000000..73f1ae25 --- /dev/null +++ b/extra/dialog/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" + +./configure \ +    --prefix=/usr \ +    --disable-nls \ +    --with-ncursesw + +make +make DESTDIR="$1" install  | 
