From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- devel/rpcsvc-proto/MAKEPKG | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 devel/rpcsvc-proto/MAKEPKG (limited to 'devel/rpcsvc-proto/MAKEPKG') diff --git a/devel/rpcsvc-proto/MAKEPKG b/devel/rpcsvc-proto/MAKEPKG new file mode 100644 index 0000000..3ec67b2 --- /dev/null +++ b/devel/rpcsvc-proto/MAKEPKG @@ -0,0 +1,33 @@ +#!/bin/mkpkg +# description: rpcsvc protocol definitions from glibc +# url: https://github.com/thkukuk/rpcsvc-proto +name=rpcsvc-proto +version=1.4.4 +release=1 +depends=(libtirpc) +makedeps=() +source=(https://github.com/thkukuk/$name/releases/download/v$version/$name-$version.tar.xz) + +sha256sums=( + "81c3aa27edb5d8a18ef027081ebb984234d5b5860c65bd99d4ac8f03145a558b" +) + +build() { + cd $name-$version + + # musl does not have stat64/struct stat64 (uses 64-bit stat natively) + sed -i 's/struct stat64/struct stat/g; s/stat64 (/stat (/g' rpcgen/rpc_main.c + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc + + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} +# vim: filetype=sh -- cgit v1.3.1