diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-31 16:07:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-31 16:07:48 +0300 |
commit | 146cd5d10784a8ef636d65bda8c2d5011af23958 (patch) | |
tree | 760e6dac41fe94465a8826ba748ddfd33597aafe /extra/libtirpc | |
parent | b1533f89071f39005b0d952f30644b848d46a6de (diff) | |
download | repository-146cd5d10784a8ef636d65bda8c2d5011af23958.tar.gz |
libtirpc: add new package at 1.2.6
Diffstat (limited to 'extra/libtirpc')
-rwxr-xr-x | extra/libtirpc/build | 8 | ||||
-rw-r--r-- | extra/libtirpc/checksums | 1 | ||||
-rw-r--r-- | extra/libtirpc/depends | 1 | ||||
-rw-r--r-- | extra/libtirpc/sources | 1 | ||||
-rw-r--r-- | extra/libtirpc/version | 1 |
5 files changed, 12 insertions, 0 deletions
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 diff --git a/extra/libtirpc/checksums b/extra/libtirpc/checksums new file mode 100644 index 00000000..ef8e35f8 --- /dev/null +++ b/extra/libtirpc/checksums @@ -0,0 +1 @@ +4278e9a5181d5af9cd7885322fdecebc444f9a3da87c526e7d47f7a12a37d1cc libtirpc-1.2.6.tar.bz2 diff --git a/extra/libtirpc/depends b/extra/libtirpc/depends new file mode 100644 index 00000000..5e737b49 --- /dev/null +++ b/extra/libtirpc/depends @@ -0,0 +1 @@ +pkgconf make diff --git a/extra/libtirpc/sources b/extra/libtirpc/sources new file mode 100644 index 00000000..593a9745 --- /dev/null +++ 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 new file mode 100644 index 00000000..815496e6 --- /dev/null +++ b/extra/libtirpc/version @@ -0,0 +1 @@ +1.2.6 1 |