summaryrefslogtreecommitdiffstats
path: root/libs/rpcsvc-proto/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rpcsvc-proto/DETAILS')
-rwxr-xr-xlibs/rpcsvc-proto/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/rpcsvc-proto/DETAILS b/libs/rpcsvc-proto/DETAILS
new file mode 100755
index 0000000000..484238fdd0
--- /dev/null
+++ b/libs/rpcsvc-proto/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=rpcsvc-proto
+ VERSION=1.4
+ SOURCE="$SPELL-$VERSION.tar.xz"
+ WEB_SITE="https://github.com/thkukuk/rpcsvc-proto"
+ SOURCE_URL[0]="$WEB_SITE/releases/download/v$VERSION/$SOURCE"
+ SOURCE_HASH=sha512:c3011d7d7ef97a4a751f6921df1a23e1dd8ac50fb0690c759d37010ed7be27968a2130e3b8872cb48d5914216f9d539096a424f1ec38a75f7ed899748151c6f4
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="BSD-3-Clause"
+ ENTERED=20190911
+ KEYWORDS=""
+ SHORT="rpcsvc protocol definitions from glibc"
+cat << EOF
+This package contains rpcsvc proto.x files from glibc, which are missing in
+libtirpc. Additional it contains rpcgen, which is needed to create header files
+and sources from protocol files. This package is only needed, if glibc is
+installed without the deprecated sunrpc functionality and libtirpc should
+replace it.
+EOF