Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
donald committed Apr 2, 2021
1 parent d148c05 commit 34d2778
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 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
#}

0 comments on commit 34d2778

Please sign in to comment.