From 146cd5d10784a8ef636d65bda8c2d5011af23958 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 31 May 2020 16:07:48 +0300 Subject: libtirpc: add new package at 1.2.6 --- extra/libtirpc/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 extra/libtirpc/build (limited to 'extra/libtirpc/build') diff --git a/extra/libtirpc/build b/extra/libtirpc/build new file mode 100755 index 00000000..7fc795f2 --- /dev/null +++ b/extra/libtirpc/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-gssapi + +make +make DESTDIR="$1" install -- cgit v1.2.3