summaryrefslogtreecommitdiff
path: root/repo/system/libtirpc/libtirpc.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libtirpc/libtirpc.xibuild')
-rw-r--r--repo/system/libtirpc/libtirpc.xibuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/repo/system/libtirpc/libtirpc.xibuild b/repo/system/libtirpc/libtirpc.xibuild
deleted file mode 100644
index ec4f3b9..0000000
--- a/repo/system/libtirpc/libtirpc.xibuild
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make queue-standalone"
-DEPS="krb5"
-
-PKG_VER=1.3.2
-SOURCE=https://downloads.sourceforge.net/libtirpc/libtirpc-$PKG_VER.tar.bz2
-DESC="Transport Independent RPC library (SunRPC replacement)"
-
-ADDITIONAL="
-https://git.alpinelinux.org/aports/plain/main/libtirpc/soname-suffix.patch
-"
-
-prepare () {
- apply_patches
- autoreconf -fi
-}
-
-build () {
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-static
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}