summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorIsmael Luceno2019-09-11 11:56:56 +0200
committerIsmael Luceno2019-09-11 11:56:56 +0200
commit17f68bd3b953776a6d77f1a9aff345c3391068b8 (patch)
treea9ab2be8ad70be2d8f2b375edffc024ce9e5b0ec /libs
parentd2a8bebd22148ec0db978c5a2aedb0c878ea63a2 (diff)
rpcsvc-proto: new spell, rpcsvc protocol definitions from glibc
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/rpcsvc-proto/DEPENDS1
-rwxr-xr-xlibs/rpcsvc-proto/DETAILS18
-rw-r--r--libs/rpcsvc-proto/HISTORY2
3 files changed, 21 insertions, 0 deletions
diff --git a/libs/rpcsvc-proto/DEPENDS b/libs/rpcsvc-proto/DEPENDS
new file mode 100755
index 0000000000..a119db4e56
--- /dev/null
+++ b/libs/rpcsvc-proto/DEPENDS
@@ -0,0 +1 @@
+depends libtirpc
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
diff --git a/libs/rpcsvc-proto/HISTORY b/libs/rpcsvc-proto/HISTORY
new file mode 100644
index 0000000000..509ba58268
--- /dev/null
+++ b/libs/rpcsvc-proto/HISTORY
@@ -0,0 +1,2 @@
+2019-09-11 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created