commit 146cd5d10784a8ef636d65bda8c2d5011af23958 parent b1533f89071f39005b0d952f30644b848d46a6de Author: Cem Keylan <cem@ckyln.com> Date: Sun, 31 May 2020 16:07:48 +0300 libtirpc: add new package at 1.2.6 Diffstat:
A | extra/libtirpc/build | | | 8 | ++++++++ |
A | extra/libtirpc/checksums | | | 1 | + |
A | extra/libtirpc/depends | | | 1 | + |
A | extra/libtirpc/sources | | | 1 | + |
A | extra/libtirpc/version | | | 1 | + |
5 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/extra/libtirpc/build b/extra/libtirpc/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-gssapi + +make +make DESTDIR="$1" install diff --git a/extra/libtirpc/checksums b/extra/libtirpc/checksums @@ -0,0 +1 @@ +4278e9a5181d5af9cd7885322fdecebc444f9a3da87c526e7d47f7a12a37d1cc libtirpc-1.2.6.tar.bz2 diff --git a/extra/libtirpc/depends b/extra/libtirpc/depends @@ -0,0 +1 @@ +pkgconf make diff --git a/extra/libtirpc/sources b/extra/libtirpc/sources @@ -0,0 +1 @@ +https://downloads.sourceforge.net//libtirpc/libtirpc-1.2.6.tar.bz2 diff --git a/extra/libtirpc/version b/extra/libtirpc/version @@ -0,0 +1 @@ +1.2.6 1