From 34d2778b7b3339b79e276aec83ef71546892ecf1 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 2 Apr 2021 10:29:04 +0200 Subject: [PATCH] rpcsev-proto: Add version 1.4.2 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 --- rpcsvc-proto.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 rpcsvc-proto.be0 diff --git a/rpcsvc-proto.be0 b/rpcsvc-proto.be0 new file mode 100755 index 000000000..7c524b557 --- /dev/null +++ b/rpcsvc-proto.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION rpcsvc-proto-1.4.2-0 + +# more info: https://foo.bar.com + +SRCURL[0]="https://github.com/thkukuk/rpcsvc-proto/releases/download/v${PKGVERSION}/rpcsvc-proto-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}