diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-18 22:43:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-18 22:43:20 +0300 |
commit | 1b77075af1cf3531d191f0ef15fbb25fec13929c (patch) | |
tree | 3971b1efd38b3c02c71c0d733ff4a7d1ce652212 /personal/abook/build | |
parent | 3ee0fe4d6a6e99c51c11993d32d64adde00b1b1d (diff) | |
download | repository-1b77075af1cf3531d191f0ef15fbb25fec13929c.tar.gz |
abook: add new package at 0.5.4
Diffstat (limited to 'personal/abook/build')
-rwxr-xr-x | personal/abook/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/personal/abook/build b/personal/abook/build new file mode 100755 index 0000000..2c20214 --- /dev/null +++ b/personal/abook/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export LDFLAGS="$LDFLAGS -static" + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man + +make +make DESTDIR="$1" install |