summaryrefslogtreecommitdiff
path: root/repo/rpcsvc-proto/rpcsvc-proto.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/rpcsvc-proto/rpcsvc-proto.xibuild')
-rw-r--r--repo/rpcsvc-proto/rpcsvc-proto.xibuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/repo/rpcsvc-proto/rpcsvc-proto.xibuild b/repo/rpcsvc-proto/rpcsvc-proto.xibuild
new file mode 100644
index 0000000..e6b307b
--- /dev/null
+++ b/repo/rpcsvc-proto/rpcsvc-proto.xibuild
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+NAME="rpcsvc-proto"
+DESC="rpcsvc protocol definitions from glibc"
+
+MAKEDEPS="intltool"
+
+PKG_VER=1.4.3
+SOURCE="https://github.com/thkukuk/rpcsvc-proto/releases/download/v$PKG_VER/rpcsvc-proto-$PKG_VER.tar.xz"
+
+build() {
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ make check
+}
+
+package() {
+ make DESTDIR="$PKG_DEST" install
+}
+