summaryrefslogtreecommitdiff
path: root/repo/rpcsvc-proto/rpcsvc-proto.xibuild
blob: e6b307b0d00b0455629031b6761b6c3e6d3e044a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}